From 546fbca7602e2a4aa8224a3e93e707d888e359a2 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Tue, 20 Dec 2016 12:22:50 +0000
Subject: [PATCH] Userlist fuellen hinzugefuegt (prototypisch)

---
 web/WEB-INF/sql.properties |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/web/WEB-INF/sql.properties b/web/WEB-INF/sql.properties
index 09bbbdf..c4fce71 100644
--- a/web/WEB-INF/sql.properties
+++ b/web/WEB-INF/sql.properties
@@ -10,7 +10,7 @@
     SYS.SYSTABLES as t 
     where s.schemaid = t.schemaid 
     and s.schemaname = 'APP' 
-    and t.tablename = 'USER'
+    and t.tablename = 'USERS'
   </entry>
   <entry key="incrementKey">
     update app.keytable 
@@ -23,12 +23,11 @@
     app.keytable 
     where key_name = ?
   </entry>
-  <entry key="getTrackpoints">
-    select * from 
-    app.orte 
-    where or_zeit larger ? 
-    and or_zeit smaller ? 
-    and or_pers_id = ?
+  <entry key="getUserNameList">
+    select user_name from app.users
+  </entry>
+  <entry key="getUserList">
+    select * from app.users
   </entry>
   <entry key="getFirstTrackpoint">
     select * from 

--
Gitblit v1.9.3