ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:getinsertsql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:reference:connection:getinsertsql [2016/03/23 19:15] – [$dontFixQuotes] fix broken link dregadv5:reference:connection:getinsertsql [2021/01/25 03:16] (current) mnewnham
Line 5: Line 5:
 [[v5:reference:adodb_quote_fieldnames|$ADODB_QUOTE_FIELDNAMES]]\\ [[v5:reference:adodb_quote_fieldnames|$ADODB_QUOTE_FIELDNAMES]]\\
 [[v5:reference:adodb_force_type|$ADODB_FORCE_TYPE]]\\ [[v5:reference:adodb_force_type|$ADODB_FORCE_TYPE]]\\
-[[v5:reference:autoexecute|AutoExecute()]]\\+[[v5:reference:connection:autoexecute|AutoExecute()]]\\
  
  
Line 12: Line 12:
         mixed $recordSet,         mixed $recordSet,
         string[] $fieldArray,         string[] $fieldArray,
-        optional bool $dontFixQuotes=false,+        optional bool $placeholder=false,
         optional bool $forceType=null         optional bool $forceType=null
        )        )
Line 49: Line 49:
 </code> </code>
 ------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-<WRAP right tip 300px> +==== $placeHolder ==== 
-Use of this parameter is tied to the now removed ''magic_quotes'' functionality and this parameter may be removed in future releases of ADOdb +This argument previosly held information about now-deprecated PHP functionality, and is now ignored
-</WRAP> +
-==== $dontFixQuotes ==== +
-For a description of this behavior see [[v5:reference:connection:qstr|qStr()]].+
 -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
 <WRAP right tip 300px> <WRAP right tip 300px>
v5/reference/connection/getinsertsql.1458756957.txt.gz · Last modified: 2017/04/21 11:35 (external edit)