and fix a ton more minor performance issues

This commit is contained in:
DarthArgus
2014-10-27 22:39:57 -07:00
parent 14eaf713d0
commit c9c39d5713
97 changed files with 266 additions and 376 deletions
@@ -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;