Skip to content

Commit

Permalink
Skip insert_with_keys_OverriddenColumn on SQLITE
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Jan 25, 2024
1 parent 47d06b9 commit e0b1ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public void insert_with_keys_Projected2() throws SQLException {
}

@Test(expected = QueryException.class)
@IncludeIn({DERBY, HSQLDB, SQLITE})
@IncludeIn({DERBY, HSQLDB})
public void insert_with_keys_OverriddenColumn() throws SQLException {
String originalColumnName = ColumnMetadata.getName(survey.id);
try {
Expand Down

0 comments on commit e0b1ed8

Please sign in to comment.