MantisBT: master f0373df2

Author Committer Branch Timestamp Parent
dregad dregad master 2013-10-27 09:18 master 6071c941
Affected Issues  0016537: Fatal error: Call to undefined function db_oracle_order_binds_sequentally()
Changeset

Oracle: fix errors in database API function names

Commit 321e03569fe163e101e737b585c31f22e7576510 renamed some functions
from original patch, to comply with MantisBT coding guidelines. This
fixes the following errors:

  • one occurrence of order_binds_sequentially() was not renamed
    properly, and another was left with its original name
  • db_oracle_adapt_query_syntax() was left with a trailing '_ora'

Fixes 0016537

mod - core/database_api.php Diff File