Skip to content

Commit e548c27

Browse files
committed
LibreOfficeBase ResultSet metadata issues
Implement several ResultSetMetaData methods to be able be run as a proper JDBC-driver inside Base tool. Reworked SQL data types in relation with Tarantool NoSQL types as well as JDBC types. A data conversations are left out of this commit. This issue also addresses to tarantool/tarantool#3292 to be executed in a dry-run mode. LibreOffice Base uses PreparedStatement.getMetadata() without a real query execution to extract a metadata in advance. This causes NPE in #198. Follows on: #198
1 parent fa0bc3f commit e548c27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/tarantool/jdbc/JdbcResultSetMetaDataIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
import org.tarantool.ServerVersion;
1111
import org.tarantool.TarantoolTestHelper;
12+
import org.tarantool.jdbc.type.JdbcType;
13+
import org.tarantool.jdbc.type.TarantoolSqlType;
1214

1315
import org.junit.jupiter.api.AfterAll;
1416
import org.junit.jupiter.api.AfterEach;

0 commit comments

Comments
 (0)