1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 17:44:07 +02:00

Don't use LIMIT 1 if updating unique row (bug #3613109)

This commit is contained in:
Jakub Vrana
2013-05-11 13:03:39 -07:00
parent 2f996ba014
commit af30f59737
4 changed files with 26 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ Remove bzip2 compression support
Constraint memory used in TAR export
Allow exporting views dependent on each other (bug #3459151)
Fix resetting search (bug #3612507)
Don't use LIMIT 1 if updating unique row (bug #3613109)
Restrict editing rows without unique identifier to search results
Display navigation bellow main content on mobile browsers
MySQL: Optimize create table page and Editor navigation