mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
CSV import for MS SQL
This commit is contained in:
@@ -473,7 +473,7 @@ WHERE tc.constraint_type = 'FOREIGN KEY' AND tc.table_name = " . $connection->qu
|
||||
$where = array();
|
||||
foreach ($set as $key => $val) {
|
||||
$update[] = "$key = $val";
|
||||
if (isset($primary[$key])) {
|
||||
if (isset($primary[idf_unescape($key)])) {
|
||||
$where[] = "$key = $val";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user