From: jakubvrana Date: Mon, 31 Aug 2009 07:58:03 +0000 (+0000) Subject: Use ON DUPLICATE KEY UPDATE for CSV import X-Git-Tag: v3.0.0~477 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=4b3a0130eee833515459ac9aadcbfae13d37f1ae;p=adminer.git 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 --- 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)