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

MS SQL: Allow changing default values

This commit is contained in:
Jakub Vrana
2025-02-22 11:08:23 +01:00
parent 3b69ff4ce2
commit 8456779e18
2 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ Adminer 4.16.1-dev:
Hide index column options by default
SQLite: Show all supported pragmas in Variables
MS SQL: Allow altering table in non-default schema (bug #405)
MS SQL: Display default values (bug #732)
MS SQL: Fix default values (bug #732, bug #733)
MS SQL: Fix length of nvarchar columns
Editor: PDO: Select value of foreign key in edit (bug #847)