feat: update target database type to sqlserver and clean up unused code in mssql.go

This commit is contained in:
2026-04-17 16:29:32 -05:00
parent 846a49d40c
commit 63cf26e1ab
4 changed files with 7 additions and 45 deletions

View File

@@ -39,6 +39,8 @@ JOIN sys.schemas s ON st.schema_id = s.schema_id
WHERE s.name = @schema AND st.name = @table AND (c.is_hidden = 0 OR (c.graph_type IS NOT NULL AND c.name LIKE '$%'))
ORDER BY c.column_id;`
// AND c.name NOT LIKE '$%'
type rawColumnMssql struct {
name string
userType string