forked from extern/egroupware
enabling prepared statements for MaxDB
This commit is contained in:
parent
28ed51f49f
commit
85a946bc5f
@ -29,6 +29,7 @@ class ADODB_SAPDB extends ADODB_odbc {
|
|||||||
var $fmtDate = "\\D\\A\\T\\E('Y-m-d')"; /// used by DBDate() as the default date format used by the database
|
var $fmtDate = "\\D\\A\\T\\E('Y-m-d')"; /// used by DBDate() as the default date format used by the database
|
||||||
var $fmtTimeStamp = "\\T\\I\\M\\E\\S\\T\\A\\M\\P('Y-m-d','H:i:s')"; /// used by DBTimeStamp as the default timestamp fmt.
|
var $fmtTimeStamp = "\\T\\I\\M\\E\\S\\T\\A\\M\\P('Y-m-d','H:i:s')"; /// used by DBTimeStamp as the default timestamp fmt.
|
||||||
var $hasInsertId = true;
|
var $hasInsertId = true;
|
||||||
|
var $_bindInputArray = true;
|
||||||
|
|
||||||
function ADODB_SAPDB()
|
function ADODB_SAPDB()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user