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

Skip date columns for non-date values in search anywhere (thanks to PR #408)

This commit is contained in:
Jakub Vrana
2021-02-08 10:53:20 +01:00
parent 28209301ca
commit 2dd3bd0e1a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
Adminer 4.7.10-dev:
Skip date columns for non-date values in search anywhere
Add DB version to comment in export
Support PHP 8 in create table (regression from 4.7.9)