Add a todo

This commit is contained in:
Jakub Vrana 2017-04-09 12:13:18 +02:00
parent fb7bd02713
commit 0d73372c50
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,8 @@
Adminer 4.3.1-dev:
Fix permanent logging after logout (bug #539)
Fix permanent login after logout (bug #539)
PostgreSQL: Support JSON and JSONB data types
PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (regression from 4.3.0)
PostgreSQL: Fix nullable fields in export
PostgreSQL: Support JSON and JSONB data types
Adminer 4.3.0 (released 2017-03-15):
Make maxlength in edit fields a soft limit

View file

@ -20,6 +20,7 @@ Joining tables - PRIMARY KEY (table, joining)
Rank, Tree structure
MySQL:
Generated columns (MySQL >= 5.7.6)
Data longer than max_allowed_packet can be sent by mysqli_stmt_send_long_data()
SQLite: