ulrich
2017-02-01 0bc3073a6c5c8512184fd8d0e0044eee7e8d47d0
web/WEB-INF/sql.properties
@@ -29,6 +29,15 @@
  <entry key="getUserList">
    select * from app.users
  </entry>
  <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 = ? order by role_name
  </entry>
  <entry key="deleteUserRoles">
    delete 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 = ?