1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-21 21:55:43 +02:00

Use MD5 for editing long keys only in supported drivers

This commit is contained in:
Jakub Vrana
2013-08-05 17:56:04 -07:00
parent d92531c7fb
commit 21dc4d939c
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Improve speed of CSV import
Keep form values after refresh in Firefox
Don't append newlines to uploaded files, bug since Adminer 3.7.0
Don't display SQL edit form on Ctrl+click on the select query, introduced in Adminer 3.6.4
Use MD5 for editing long keys only in supported drivers, bug since Adminer 3.6.4
PostgreSQL: Fix handling of nextval() default values
Adminer 3.7.1 (released 2013-06-29):