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

tarantool / tarantool-java
79%
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-79-escape-syntax
branch: nicktorwald/gh-79-escape-syntax
CHANGE BRANCH
x
Reset
  • nicktorwald/gh-79-escape-syntax
  • 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-85-resultSet-type
  • nicktorwald/gh-92-tarantool-types-v22

pending completion
764

Pull #213

travis-ci

web-flow
jdbc: support for sub-set of JDBC escape syntax

Add a driver SQL pre-processing before sending it to the server. The
driver supports sub-set of scalar functions defined by the spec
(appendix C), outer joins, escape clause for SQL LIKE operator, and
limit/offset clause. The processed result can be received using
Connection.nativeSQL() method.

Closes #79
Closes #76
Closes #81
Closes #83
Closes #84
Affects: #108
Pull Request #213: Support JDBC escape syntax

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

3287 of 4138 relevant lines covered (79.43%)

0.79 hits per line

Relevant lines Covered
Build:
Build:
4138 RELEVANT LINES 3287 COVERED LINES
0.79 HITS PER LINE
Source Files on nicktorwald/gh-79-escape-syntax
  • List 0
  • Changed 10
  • Source Changed 8
  • Coverage Changed 9
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
764 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... Pull #213 15 Jan 2020 03:10AM CUT web-flow travis-ci pending completion  
763 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... push 15 Jan 2020 03:01AM CUT nicktorwald travis-ci pending completion  
753 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... push 17 Dec 2019 07:29AM CUT nicktorwald travis-ci pending completion  
752 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... Pull #213 17 Dec 2019 05:17AM CUT web-flow travis-ci pending completion  
751 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... push 17 Dec 2019 05:06AM CUT nicktorwald travis-ci pending completion  
748 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... Pull #213 05 Dec 2019 09:23AM CUT web-flow travis-ci pending completion  
747 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... push 05 Dec 2019 09:12AM CUT nicktorwald travis-ci pending completion  
746 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... Pull #213 04 Dec 2019 07:31PM CUT web-flow travis-ci pending completion  
745 nicktorwald/gh-79-escape-syntax jdbc: support for sub-set of JDBC escape syntax Add a driver SQL pre-processing before sending it to the server. The driver supports sub-set of scalar functions defined by the spec (appendix C), outer joins, escape clause for SQL LIKE operator, a... push 04 Dec 2019 07:21PM 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