Fix mssql issue with duplicate columns. #1225

Merged
Neopallium merged 3 commits from Neopallium/master into master 2020-03-10 04:46:52 +00:00

3 Commits

Author SHA1 Message Date
Lunny Xiao 75a3d3294f
fix test
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2020-03-10 11:04:30 +08:00
Lunny Xiao 2b13cde704
fix test 2020-03-10 11:04:29 +08:00
Robert G. Jakabosky 94f5b89fcf
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.
2020-03-10 11:04:27 +08:00