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

tarantool / tarantool-java / 770
76%
master: 78%

Build:
Build:
LAST BUILD BRANCH: Totktonada/remove-gitter-badge
DEFAULT BRANCH: master
Ran 20 Jan 2020 08:38PM UTC
Jobs 1
Files 74
Run time 8s
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

pending completion
770

Pull #249

travis-ci

web-flow
jdbc: support ParameterMetaData class

In addition to result set metadata it's possible to examine parameters
of PreparedStatement using getParameterMetaData() method. Because
Tarantool returns extra info related to query parameters as a result of
PREPARE operation, we can fill ParameterMetaData by available info.

However, the server sends always 'ANY' as a target parameter type for
parameters and the driver treats all of them as UNKNOWN type. Once the
server starts to send proper types (such as integer, string and so on)
the driver should parse it automatically (required to be tested in
future).

Follows on: #173
Pull Request #249: jdbc: metadata: support prepared statements

264 of 264 new or added lines in 15 files covered. (100.0%)

3011 of 3966 relevant lines covered (75.92%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
12 770.12 (TNT_VERSION=2.2) 20 Jan 2020 08:38PM UTC 0
75.92
Travis Job 770.12
Source Files on build 770
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #770
  • Pull Request #249
  • PR Base - master (#728)
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

© 2026 Coveralls, Inc