Sql: Refactored SQL 'default app cursor', added per-thread SQL option, added secondary SQLR 'default app cursor'

git-svn-id: svn://ultimatepp.org/upp/trunk@4290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-12-10 16:03:24 +00:00
parent 97bfa2f508
commit 6aefb7f0b1
14 changed files with 913 additions and 788 deletions

View file

@ -1304,6 +1304,7 @@ bool Oracle8::Login(const char *name, const char *pwd, const char *db, bool use_
}
void Oracle8::Logoff() {
SessionClose();
LOG("Oracle8::Logoff, #" << conn_count << " connections pending");
while(!clink.IsEmpty()) {
clink.GetNext()->Clear();