ulrich
2016-12-27 95f4150c6074126f2639028a07a629e46300f3d7
web/WEB-INF/sql.properties
@@ -29,13 +29,8 @@
  <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="getDateList">
    select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte