Open
Description
I have added Tools → Options → LibreOffice → Advanced → Class Path... → /path/to/connector-1.9.3-SNAPSHOT.jar
Then I open LibreOffice Base tool and create a connection via JDBC (jdbc:tarantool://localhost:3301
, JDBC driver class org.tarantool.jdbc.SQLDriver
). 'Test connection' succeeds. After that I don't see my tables in 'Tables' tab. Also I tried to perform simple select * from "s"
request and got 'the data content could not be loaded'.
Once I get the following error in a console (from which I run libreoffice):
java.lang.NullPointerException
at org.tarantool.jdbc.SQLPreparedStatement.getMetaData(SQLPreparedStatement.java:316)
But now I'm not sure how to reproduce it.