mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
97bfa2f508
commit
6aefb7f0b1
14 changed files with 913 additions and 788 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue