1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

MS SQL: Fix editing rows with datetime column in primary key

Inspired by adminneo-org@b4afc08.
This fixes https://sourceforge.net/p/adminer/discussion/960418/thread/a547e79622/.
This commit is contained in:
Jakub Vrana
2025-03-12 09:26:17 +01:00
parent e39deca4f1
commit a50b3d6385
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ Adminer dev:
MySQL: Display default values of binary columns
MariaDB: Don't display NULL as default value (regression from 5.0.0)
PostgreSQL PDO: Escape bytea values (bug #218)
MS SQL: Fix editing rows with datetime column in primary key
Adminer 5.0.4 (released 2025-03-11):
Compile: Fix shortening in private methods (regression from 5.0.3)