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
Teamcity MS SQL ODBC: Use more appropriate dialect and connection string.
We get many tests that fail in teardown with
"System.ArgumentException : Unknown SQL type - SS_TIME_EX.". Use a dialect
that avoids the TIME(7) server type to avoid this.
Also, OdbcDriver allows concurrent readers. We must therefore enable this
in the connection string too.
0 commit comments