ulrich
2016-12-27 7f8a035fd7d290be1c7ba01956097cab466c9200
web/WEB-INF/sql.properties
@@ -33,7 +33,7 @@
    select distinct role_name from app.user_roles order by role_name
  </entry>
  <entry key="getUserRoles">
    select role_name from app.user_roles where user_name = ?
    select role_name from app.user_roles where user_name = ? order by role_name
  </entry>
  <entry key="getDateList">
    select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte