We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ba19f commit afd622aCopy full SHA for afd622a
scalasql/test/src/api/DbApiTests.scala
@@ -124,7 +124,7 @@ trait DbApiTests extends ScalaSqlSuite {
124
}
125
)
126
test("updateGetGeneratedKeysSql") - {
127
- if (!this.isInstanceOf[SqliteSuite])
+ if (!this.isInstanceOf[SqliteSuite] && !this.isInstanceOf[MsSqlSuite])
128
checker.recorded(
129
"""
130
Allows you to fetch the primary keys that were auto-generated for an INSERT
0 commit comments