ulrich
2016-12-27 51edf4cdf3d517ff79150d26d35d819d96f0cbd1
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