Skip to content

jdbc: Document notable implementation details #60

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 Oct 31, 2018 · 0 comments
Open

jdbc: Document notable implementation details #60

Totktonada opened this issue Oct 31, 2018 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation jdbc
Milestone

Comments

@Totktonada
Copy link
Member

These things are mostly lean on capacities we have in Tarantool. Such as (these are ones that was in my focus, it is not a comprehensive list):

  • Tarantool has no warnings, so Connection.getWarnings() / Connection.clearWarnings() have no much sense.
  • Supported resultSetTypes: some subset of {ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.TYPE_SCROLL_SENSITIVE}.
  • Supported resultSetConcurrencies: some subset of {ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE}.
  • Supported holdabilities: some subset of {ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT}.

We need to file issues re documentation when implementing new features.

@Totktonada Totktonada added jdbc documentation Improvements or additions to documentation labels Oct 31, 2018
@Totktonada Totktonada added this to the JDBC MVP milestone Nov 1, 2018
nicktorwald added a commit that referenced this issue Oct 17, 2019
The guide is about a simple introduction to the Tarantool JDBC driver.
There are a minimal usage steps a developer need to pass trough.
It also highlights some implementation details that should be taken
into consideration using this JDBC provider.

Closes: #60
nicktorwald added a commit that referenced this issue Dec 19, 2019
The guide is about a simple introduction to the Tarantool JDBC driver.
There are a minimal usage steps a developer need to pass trough.
It also highlights some implementation details that should be taken
into consideration using this JDBC provider.

Closes: #60
nicktorwald added a commit that referenced this issue Jan 20, 2020
The guide is about a simple introduction to the Tarantool JDBC driver.
There are a minimal usage steps a developer need to pass trough.
It also highlights some implementation details that should be taken
into consideration using this JDBC provider.

Closes: #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation jdbc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants