ulrich
2017-04-29 8718969342fc65ab4c03374238d1199aa1f4470c
web/WEB-INF/sql.properties
@@ -41,6 +41,9 @@
  <entry key="getUserData">
    select user_name,user_first,user_last,user_email from app.users where user_name = ?
  </entry>
  <entry key="getUser">
    select * from app.users 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 = ?