Skip to content

jdbc: restore DATE/TIME/TIMESTAMP support #91

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

Open
Totktonada opened this issue Nov 19, 2018 · 2 comments
Open

jdbc: restore DATE/TIME/TIMESTAMP support #91

Totktonada opened this issue Nov 19, 2018 · 2 comments
Labels
blocked Not ready to be implemented jdbc

Comments

@Totktonada
Copy link
Member

Now date/time types are broken now, see #3694, so we'll remove them from testing scenarious in the scope of #90. When date/time types will be fixed on Tarantool's side we need restore them in tests and provide other appropriate support (say, mapping into JDBC types).

Blocked by #3694.

@Totktonada Totktonada added jdbc blocked Not ready to be implemented labels Nov 19, 2018
@Totktonada Totktonada added this to the JDBC MVP milestone Nov 19, 2018
@Totktonada
Copy link
Member Author

Moved out from MVP milestone, because is not supported now on the Tarantool side.

@Totktonada
Copy link
Member Author

Related java.sql.ResultSet methods that throw SQLFeatureNotSupportedException:

  • getDate(String, Calendar)
  • getDate(int, Calendar)
  • getTime(String, Calendar)
  • getTime(int, Calendar)
  • getTimestamp(String, Calendar)
  • getTimestamp(int, Calendar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Not ready to be implemented jdbc
Projects
None yet
Development

No branches or pull requests

1 participant