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

MSSQL: Don't trucate displayed comments to 30 chars (use varchar maximum of 8000 upon casting)

This commit is contained in:
Michal Adamec
2020-03-18 17:26:50 +01:00
committed by Jakub Vrana
parent 84063fb7cd
commit 8762895bb3
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ PostgreSQL: Export all FKs after all CREATE TABLE (PR #351)
PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738)
PostgreSQL: Do not show view definition from other schema (PR #392)
PostgreSQL 10: Support GENERATED ALWAYS BY IDENTITY (PR #386)
MS SQL: Don't truncate comments to 30 chars (PR #376)
Re-enable PHP warnings (regression from 4.7.8)
Adminer 4.7.8 (released 2020-12-06):