Skip to content

Commit 7ce903f

Browse files
authored
Tagged test with xSQLv11 (#2238)
1 parent 3f0f120 commit 7ce903f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/preparedStatement/BatchExecutionWithBulkCopyTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ public void testReverseColumnOrder() throws Exception {
763763

764764
@Test
765765
@Tag(Constants.xAzureSQLDW)
766+
@Tag(Constants.xSQLv11)
766767
@Tag(Constants.xSQLv12)
767768
public void testComputedCols() throws Exception {
768769
String valid = "insert into " + AbstractSQLGenerator.escapeIdentifier(tableNameBulkComputedCols) + " (id, json)"

0 commit comments

Comments
 (0)