Add support for INSERT IGNORE and UPDATE IGNORE.

This commit is contained in:
Michal Čihař
2004-03-10 11:51:18 +00:00
parent 97008c97fa
commit b6f8cbd8e5
104 changed files with 116 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ $Source$
libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
* libraries/export/*.php: Use unbuffered queries (patch #890075).
* libraries/export/sql.php, libraries/display_export.lib.php, lang/*:
Add support for INSERT IGNORE and UPDATE IGNORE.
2004-03-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, libraries/display*, lang/*:

View File

@@ -738,4 +738,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -739,4 +739,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -752,4 +752,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -753,4 +753,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"comprimit amb zip"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strZip = '"comprimit amb zip"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -751,4 +751,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -752,4 +752,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -751,4 +751,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
$strZip = '"zazipováno"';
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strConnectionError = 'Cannot connect: invalid settings.';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strNeedPrimaryKey = 'You should define a primary key for this table.';
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"zipitud"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strZip = '"zipitud"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -749,4 +749,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo
$strDropDatabaseStrongWarning = 'Vous <20>tes sur le point de D<>TRUIRE une base de donn<6E>es!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -752,4 +752,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strZip = 'Zip-komprimiert';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strZip = 'Zip-komprimiert';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -756,4 +756,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strZip = '"compresso con zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZip = '"compresso con zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -746,4 +746,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -747,4 +747,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strZip = '"zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -749,4 +749,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -750,4 +750,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -754,4 +754,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -753,4 +753,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -743,4 +743,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -744,4 +744,5 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strZip = '"зиповано"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZip = '"
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strZip = '"zipovano"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZip = '"zipovano"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strZip = '"zippad"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
?>

Some files were not shown because too many files have changed in this diff Show More