mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
and fix a ton more minor performance issues
This commit is contained in:
@@ -85,7 +85,7 @@ bool DB::OCIQueryImpl::prepare()
|
||||
OCIStmtPrepare(m_stmthp,
|
||||
m_session->errhp,
|
||||
reinterpret_cast<OraText*>(const_cast<char*>(m_sql.c_str())),
|
||||
strlen(m_sql.c_str()),
|
||||
m_sql.length(),
|
||||
(ub4) OCI_NTV_SYNTAX,
|
||||
(ub4) OCI_DEFAULT)))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user