1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 06:02:57 +02:00

SQLite: Allow editing primary key

This commit is contained in:
Jakub Vrana
2013-08-08 15:32:36 -07:00
parent 4e22af6de0
commit 6664b0fb7e
3 changed files with 81 additions and 45 deletions

View File

@@ -14,6 +14,7 @@ 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
SQLite: Allow editing primary key
PostgreSQL: Fix handling of nextval() default values
PostgreSQL: Support creating array columns