1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 06:07:57 +02:00
2
MSSQL Driver
gpico edited this page 2020-06-24 09:39:49 -03:00
  • Adminer 4.7.7: replace line #375 in mssql.inc.php to support UDDT:

-- JOIN sys.types t ON c.user_type_id = t.user_type_id

++ JOIN sys.types t ON c.system_type_id = t.user_type_id