@@ -92,7 +92,7 @@ |
||
92 | 92 | 0, |
93 | 93 | strpos($table_name, '"') |
94 | 94 | ); |
95 | - $update = preg_replace_callback( |
|
95 | + $update = preg_replace_callback( |
|
96 | 96 | '/"([^"]+)"/', |
97 | 97 | function ($matches) { |
98 | 98 | return "\"$matches[1]\" = EXCLUDED.\"$matches[1]\""; |