From 96afe9253474a7d542f3e5a467276993b7dc43ce Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 23 Oct 2025 17:25:45 +0000
Subject: [PATCH] GS-2375

---
 tst.js |   33 ++++++++++++++++++++++++++++-----
 1 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/tst.js b/tst.js
index ea10776..786ddba 100644
--- a/tst.js
+++ b/tst.js
@@ -13,6 +13,29 @@
 /////////////////////////////////////////////////////////////////////////
 
 async function run() {
+
+   const settings = require("./settings")
+   console.log(settings)
+
+   // console.log(await db.getKurse())
+   // console.log(await db.getKurs(9911))
+
+   // const k = await db.getKurse()
+   const k = await db.getKursTeilnehmerCount(150)
+   console.log(k)
+   console.log(k.length)
+
+   //
+   // console.log(2222222222222222)
+   // const data = await db.getTeilnehmer(9911)
+   // console.log(data)
+
+   // const dat = await db.getObjIdFromRefId(149)
+   // console.log(dat)
+   //
+   // const dat2 = await db.getRefIdFromObjId(9911)
+   // console.log(dat2)
+
    // const user = await db.getUserByLogin("242424")
    // console.log("user", user)
    //
@@ -33,11 +56,11 @@
    // console.log(udf)
    // console.timeEnd("udf")
 
-   console.time("udf1")
-   // const usr = await db.getUserByUserId(316)
-   const usr = await db.getUserByLogin("051134")
-   console.log(usr)
-   console.timeEnd("udf1")
+   // console.time("udf1")
+   // // const usr = await db.getUserByUserId(316)
+   // const usr = await db.getUserByLogin("051134")
+   // console.log(usr)
+   // console.timeEnd("udf1")
 
    // console.time("udf1")
    // const udf1 = await db.getUserDefinedField(316)

--
Gitblit v1.8.0