forked from dork/tarantool-java
-
Notifications
You must be signed in to change notification settings - Fork 19
jdbc: database metadata: exception when trying to get primary keys for a table #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ztarvos
added a commit
to ztarvos/tarantool-java
that referenced
this issue
Sep 26, 2018
Fixed parsing primary keys metadata response. Updated integration tests. Closes tarantool#41
ztarvos
added a commit
to ztarvos/tarantool-java
that referenced
this issue
Oct 2, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes tarantool#41
ztarvos
added a commit
to ztarvos/tarantool-java
that referenced
this issue
Oct 10, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes tarantool#41
ztarvos
added a commit
to ztarvos/tarantool-java
that referenced
this issue
Oct 10, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes tarantool#41
ztarvos
added a commit
to ztarvos/tarantool-java
that referenced
this issue
Oct 10, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes tarantool#41
Fixed in 06b7ffb. |
Totktonada
pushed a commit
that referenced
this issue
Dec 11, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes #41
Totktonada
pushed a commit
that referenced
this issue
Dec 11, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes #41 ---- Rebase fixes (Alexander Turenko): * Start jdk-testing instance using TarantoolControl in JdbcExceptionHandlingTest.
Totktonada
pushed a commit
that referenced
this issue
Dec 11, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes #41 ---- Rebase fixes (Alexander Turenko): * Start / stop jdk-testing instance using TarantoolControl in JdbcExceptionHandlingTest.
Totktonada
pushed a commit
that referenced
this issue
Dec 12, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes #41 ---- Rebase fixes (Alexander Turenko): * Start / stop jdk-testing instance using TarantoolControl in JdbcExceptionHandlingTest.
Totktonada
pushed a commit
that referenced
this issue
Dec 12, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes #41 ---- Rebase fixes (Alexander Turenko): * Start / stop jdk-testing instance using TarantoolControl in JdbcExceptionHandlingTest.
Totktonada
pushed a commit
that referenced
this issue
Dec 12, 2018
Fixed several mistakes in get primary keys metadata API. Corrected type mismatch when parsing server response. Added sorting of result rows by column name. Fixed order of columns in result set. Wrapped errors into SQLException. Improved test coverage. Closes #41 ---- Rebase fixes (Alexander Turenko): * Start / stop jdk-testing instance using TarantoolControl in JdbcExceptionHandlingTest.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The API DatabaseMetaData.getColumns() throws an unexpected exception.
Exception in thread "main" java.lang.ClassCastException: java.util.HashMap cannot be cast to java.util.List at org.tarantool.jdbc.SQLDatabaseMetadata.getPrimaryKeys(SQLDatabaseMetadata.java:779) at TestJdbcPK.main(TestJdbcPK.java:14)
The text was updated successfully, but these errors were encountered: