mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
Improve speed of CSV import
This commit is contained in:
@@ -53,10 +53,10 @@
|
||||
/** Insert or update data in table
|
||||
* @param string
|
||||
* @param array
|
||||
* @param array columns in keys
|
||||
* @param array of arrays with escaped columns in keys and quoted data in values
|
||||
* @return bool
|
||||
*/
|
||||
/*abstract*/ function insertUpdate($table, $set, $primary) {
|
||||
/*abstract*/ function insertUpdate($table, $rows, $primary) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user