mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@632 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ecbe25188d
commit
fb216063ea
1 changed files with 2 additions and 2 deletions
|
|
@ -751,7 +751,7 @@ OCI8Connection::OCI8Connection(Oracle8& s)
|
|||
: session(&s)
|
||||
, oci8(s.oci8)
|
||||
{
|
||||
LOG("OCI8Connection construct, #" << ++conn_count << " total");
|
||||
LLOG("OCI8Connection construct, #" << ++conn_count << " total");
|
||||
refcursor = false;
|
||||
if(!session->AllocOciHandle(&stmthp, OCI_HTYPE_STMT)
|
||||
|| !session->AllocOciHandle(&errhp, OCI_HTYPE_ERROR))
|
||||
|
|
@ -786,7 +786,7 @@ void OCI8Connection::Clear() {
|
|||
|
||||
OCI8Connection::~OCI8Connection() {
|
||||
Clear();
|
||||
LOG("OCI8Connection destruct, #" << --conn_count << " left");
|
||||
LLOG("OCI8Connection destruct, #" << --conn_count << " left");
|
||||
}
|
||||
|
||||
SqlConnection *Oracle8::CreateConnection() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue