1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Error in case of found string at end of chunk (thanks to simonik)

This commit is contained in:
Jakub Vrana
2011-08-29 15:58:53 +02:00
parent c456f52d9f
commit dd85aa5d6a
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
Adminer 3.3.4-dev:
Foreign keys default actions (bug #3397606)
Fix minor parser bug in SQL command with webserver file
PostgreSQL: fix alter foreign key
SET DEFAULT foreign key action
PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619)