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

You will not see the actual UDDT, but the corresponding native data type

gpico
2020-06-24 09:38:17 -03:00
parent a808d87041
commit fd937e4eac

8
MSSQL-Driver.md Normal file

@@ -0,0 +1,8 @@
- Adminer 4.7.7:
replace line #305 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
***