From 725d1082a51cc05ac6b8f52ce90e260ae97dd95a Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 17 Dec 2016 14:25:15 +0000
Subject: [PATCH] getUserNameList hinzugefuegt

---
 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