mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
You will not see the actual UDDT, but the corresponding native data type
8
MSSQL-Driver.md
Normal file
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
|
||||
|
||||
***
|
Reference in New Issue
Block a user