MantisBT: master f0c3959b

Author Committer Branch Timestamp Parent
dregad dregad master 2015-05-16 23:59 master 05f919fc
Affected Issues  0020074: ADODB_FETCH_MODE global is not properly set by database_api.php
Changeset

Database API now properly sets ADOdb fetch mode

Prior to this, the lack of global indicator for $ADODB_FETCH_MODE caused
the driver to load with default setting, since the variable was
initialized outside of its scope.

mod - core/database_api.php Diff File