Support for creating UPDATE and REPLACE statements in export (RFE #838828).

This commit is contained in:
Michal Čihař
2003-11-13 15:54:46 +00:00
parent aeedaa6892
commit cd6004c31b
104 changed files with 167 additions and 24 deletions

View File

@@ -332,6 +332,7 @@ $cfg['Export']['sql_dates'] = FALSE;
$cfg['Export']['sql_relation'] = FALSE;
$cfg['Export']['sql_columns'] = FALSE;
$cfg['Export']['sql_delayed'] = FALSE;
$cfg['Export']['sql_type'] = 'insert'; // insert/update/replace
$cfg['Export']['sql_extended'] = FALSE;
$cfg['Export']['sql_comments'] = FALSE;
$cfg['Export']['sql_mime'] = FALSE;