ulrich
2016-12-27 c79c120dae38042f0f5d5c31d9b7413b0a8a3e7e
web/WEB-INF/sql.properties
@@ -32,6 +32,9 @@
  <entry key="getRoleList">
    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 = ?
  </entry>
  <entry key="getDateList">
    select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte 
    where or_pers_id = ?