1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

Avoid CONVERT() except in MySQL (bug #509)

This commit is contained in:
Jakub Vrana
2018-01-24 17:11:11 +01:00
parent 919204dd38
commit 25f9655a38
3 changed files with 4 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ PostgreSQL: Do not export triggers if not requested
PostgreSQL: Export DROP SEQUENCE if dropping table
PostgreSQL: Display boolean values as code (bug #562)
MS SQL: Support freetds
non-MySQL: Avoid CONVERT() (bug #509)
Elasticsearch: Insert, update, delete
MongoDB: Support mongodb PHP extension
Editor: Fix displaying of false values in PostgreSQL (bug #568)