• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool-java
69%
master: 78%

Build:
Build:
LAST BUILD BRANCH: Totktonada/remove-gitter-badge
DEFAULT BRANCH: master
Repo Added 31 Oct 2018 02:54AM CUT
Files 71
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH nicktorwald/gh-85-resultSet-type
branch: nicktorwald/gh-85-resultSet-type
CHANGE BRANCH
x
Reset
  • nicktorwald/gh-85-resultSet-type
  • Totktonada/add-a-link-to-releases-page
  • Totktonada/add-tarantool-2.3-into-ci
  • Totktonada/fix-api-docs
  • Totktonada/gh-139-fix-coverall-io
  • Totktonada/gh-142-race-condition-proposal
  • Totktonada/gh-27-fix-biginteger-pack-unpack
  • Totktonada/prepared-statements-ci
  • Totktonada/remove-gitter-badge
  • Totktonada/travis-ci-dont-fail-on-example-stop
  • Totktonada/travis-ci-update-rules
  • Totktonada/update-connector-version-in-readme
  • connector-1.9.2
  • connector-1.9.3
  • connector-1.9.4
  • master
  • nicktorwald/gh-119-sql-state-exceptions
  • nicktorwald/gh-120-nulls-are-sorted-support
  • nicktorwald/gh-127-msgpacklite-tests
  • nicktorwald/gh-141-wrong-response-code-comparison
  • nicktorwald/gh-142-race-condition
  • nicktorwald/gh-149-brokenAbstractJdbcIT
  • nicktorwald/gh-158-checkstyle
  • nicktorwald/gh-163-remove-tnt-connection
  • nicktorwald/gh-163-start-stop-stuck
  • nicktorwald/gh-164-start-stop-stuck
  • nicktorwald/gh-167-socket-provider-timeout
  • nicktorwald/gh-175-datasource
  • nicktorwald/gh-179-resultset-was-null
  • nicktorwald/gh-180-close-on-completion
  • nicktorwald/gh-181-pooled-statements
  • nicktorwald/gh-182-get-more-results
  • nicktorwald/gh-186-client-config-docs
  • nicktorwald/gh-188-test-locality
  • nicktorwald/gh-189-max-field-size
  • nicktorwald/gh-194-logging
  • nicktorwald/gh-195-discard-discovery-addr
  • nicktorwald/gh-198-libre-office-npe
  • nicktorwald/gh-198-server-prepared-statement
  • nicktorwald/gh-199-cluster-connection
  • nicktorwald/gh-211-resultset-api
  • nicktorwald/gh-212-request-dsl
  • nicktorwald/gh-220-update-by-field-name
  • nicktorwald/gh-30-socket-provider-error
  • nicktorwald/gh-34-cluster-support
  • nicktorwald/gh-52-sql-tests
  • nicktorwald/gh-60-jdbc-docs
  • nicktorwald/gh-62-batch-updates
  • nicktorwald/gh-7-soft-schema-reload
  • nicktorwald/gh-71-connection-abort
  • nicktorwald/gh-72-closed-connection
  • nicktorwald/gh-73-wrapper-support
  • nicktorwald/gh-74-connection-client-info
  • nicktorwald/gh-75-connection-is-valid
  • nicktorwald/gh-77-generated-keys
  • nicktorwald/gh-78-no-generated-keys
  • nicktorwald/gh-79-escape-syntax
  • nicktorwald/gh-92-tarantool-types-v22

pending completion
347

Pull #151

travis-ci

web-flow
Add support for a result set type and concurrency

Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now
statements as well as theirs resultSets can be built using a forward
only iterator or full implemented insensitive iterator. To achieve this
iteration logic was extracted into two separate classes to support two
scroll types respectively. This is a cross-cutting support through
SQLMetadata, SQLConnection, SQL(Prepared)Statement, SQLResultSet.

Add support for READ_ONLY concurrency level for a result set.

Extend SQLStates constants in scope of cursors and query execution.
0100E and 02000 for query results; 24000 for cursor iteration support.

Add missed implementation of a closing for SQLStatement and
SQLResultSet.

Deprecate JDBCBridge. This redundant class should be removed completely
in scope of another task. Mapping of field labels was moved to
SQLResultSet.

Closes: #85, #86
Affects: #119, #108
Pull Request #151: Add support for result set type and concurrency

215 of 215 new or added lines in 11 files covered. (100.0%)

1655 of 2387 relevant lines covered (69.33%)

0.69 hits per line

Relevant lines Covered
Build:
Build:
2387 RELEVANT LINES 1655 COVERED LINES
0.69 HITS PER LINE
Source Files on nicktorwald/gh-85-resultSet-type
  • List 0
  • Changed 14
  • Source Changed 10
  • Coverage Changed 14
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
347 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... Pull #151 17 Apr 2019 09:15PM CUT web-flow travis-ci pending completion  
325 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... Pull #151 16 Apr 2019 09:10PM CUT web-flow travis-ci pending completion  
324 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... push 16 Apr 2019 09:07PM CUT nicktorwald travis-ci pending completion  
318 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... Pull #151 16 Apr 2019 06:10AM CUT web-flow travis-ci pending completion  
279 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... Pull #151 07 Apr 2019 10:56AM CUT web-flow travis-ci pending completion  
278 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... push 07 Apr 2019 10:55AM CUT nicktorwald travis-ci pending completion  
277 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... Pull #151 06 Apr 2019 08:52PM CUT web-flow travis-ci pending completion  
276 nicktorwald/gh-85-resultSet-type Add support for a result set type and concurrency Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To a... push 06 Apr 2019 08:50PM CUT nicktorwald travis-ci pending completion  
275 nicktorwald/gh-85-resultSet-type Add support for JDBC result set type Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To achieve this i... Pull #151 05 Apr 2019 04:48PM CUT web-flow travis-ci pending completion  
274 nicktorwald/gh-85-resultSet-type Add support for JDBC result set type Provide support for FORWARD_ONLY and INSENSITIVE scroll types. Now statements as well as theirs resultSets can be built using a forward only iterator or full implemented insensitive iterator. To achieve this i... push 05 Apr 2019 04:46PM CUT nicktorwald travis-ci pending completion  
See All Builds (426)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc