Skip to content

Commit 4715727

Browse files
nicktorwaldTotktonada
authored andcommitted
jdbc: BLOB type roundtrip fails
Enable a broken test which was blocked by Tarantool server issue related to SQL BLOB type support. Closes: #45 See also: tarantool/tarantool#3650, tarantool/tarantool#4019
1 parent f4e9e29 commit 4715727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/test/java/org/tarantool/jdbc/JdbcPreparedStatementIT.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.tarantool.jdbc;
22

33
import org.junit.jupiter.api.AfterEach;
4-
import org.junit.jupiter.api.Disabled;
54
import org.junit.jupiter.api.Test;
65
import org.junit.jupiter.api.function.Executable;
76

@@ -218,7 +217,6 @@ public void testSetBigDecimal() throws SQLException {
218217
.testSetParameter();
219218
}
220219

221-
@Disabled("Issue#45. Binary string is reported back as char string by tarantool")
222220
@Test
223221
public void testSetByteArray() throws SQLException {
224222
makeHelper(byte[].class)

0 commit comments

Comments
 (0)