Skip to content

Commit

Permalink
Tagged test with xSQLv11 (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc authored Oct 16, 2023
1 parent 3f0f120 commit 7ce903f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ public void testReverseColumnOrder() throws Exception {

@Test
@Tag(Constants.xAzureSQLDW)
@Tag(Constants.xSQLv11)
@Tag(Constants.xSQLv12)
public void testComputedCols() throws Exception {
String valid = "insert into " + AbstractSQLGenerator.escapeIdentifier(tableNameBulkComputedCols) + " (id, json)"
Expand Down

0 comments on commit 7ce903f

Please sign in to comment.