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

Send 404 for invalid database and schema

This commit is contained in:
Jakub Vrana
2013-06-24 05:23:14 -07:00
parent e680d22023
commit 81e134f872
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ Don't check previous checkbox on added column in create table (bug #3614245)
Order table list by name
Verify UTF-8 encoding of CSV import
Notify user about expired master password for permanent login
Send 404 for invalid database and schema
MySQL: Speed up updating rows without numeric or UTF-8 primary key
PostgreSQL: Fix detecting oid column in PDO
PostgreSQL: Handle timestamp types (bug #3614086)