ulrich
2016-12-27 51edf4cdf3d517ff79150d26d35d819d96f0cbd1
web/WEB-INF/sql.properties
@@ -29,13 +29,11 @@
  <entry key="getUserList">
    select * from app.users
  </entry>
  <entry key="getFirstTrackpoint">
    select * from
    app.orte
    where or_zeit larger ?
    and or_zeit smaller ?
    and or_pers_id = ?
    fetch first row only
  <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="getDateList">
    select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte