From 4b3a0130eee833515459ac9aadcbfae13d37f1ae Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 31 Aug 2009 07:58:03 +0000 Subject: [PATCH] Use ON DUPLICATE KEY UPDATE for CSV import git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1051 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- changes.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index f11c7257..4aee407e 100644 --- a/changes.txt +++ b/changes.txt @@ -3,8 +3,7 @@ Edit default values directly in table creation Execute SQL file stored on server disk Compress export and import Display column comments in table overview -Respect max_allowed_packet in CSV import -Print ALTER command instead of running it in export +Use ON DUPLICATE KEY UPDATE for CSV import Click on row selects it Fix Editor date format Fix long SQL query crash (bug #2839231)