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

Allow using lang() in plugins

This commit is contained in:
Jakub Vrana
2013-04-28 00:26:29 -07:00
parent 18d51c6b6e
commit d513de4d71
2 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ Adminer 3.7.0-dev:
Allow more SQL files to be uploaded at the same time
Print run time next to executed queries
Disable SQL export when applying functions in select
Allow using lang() in plugins (customization)
MySQL: Optimize create table page and Editor navigation
MySQL: Display bit type as binary number
MySQL: Improve export of binary data types