[naviserver-devel] does NsDbLogSql() do anything?

2017-08-28 Thread Andrew Piskorski
NsDbLogSql() is defined in naviserver/nsdb/dbinit.c, and sometimes calls Ns_Log(Ns_LogSqlDebug). But at least with the nsoracle driver, NsDbLogSql() apparently NEVER gets called at all! (I temporarily put in Ns_Log calls to be sure.) Is it supposed to? After learning about NaviServer's "ns_logc

[naviserver-devel] Global variables not cloned?!

2017-08-28 Thread Roderick
In naviserver-4.99.15/doc/html/manual/files/tcl-overview.html we read: Tcl Interpreters During NaviServer initialization, only one interpreter exists. While modules are loaded and initialized, they may add procedures to the interpreter. When initialization is complete (all modules are load