You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix mssql issue with duplicate columns. (go-xorm#1225)
fix test
fix test
Fix mssql issue with duplicate columns.
The `GetColumns()` method for the mssql dialect can return the same
column multiple times if the column is in multiple indexes.
Co-authored-by: Robert G. Jakabosky <[email protected]>
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1225
0 commit comments