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

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

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

20 Jan 2020 08:17PM UTC coverage: 75.92% (-1.7%) from 77.66%
TNT_VERSION=2.2

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

3011 of 3966 relevant lines covered (75.92%)

0.76 hits per line

Source Files on job 770.12 (TNT_VERSION=2.2)
  • Tree
  • List 0
  • Changed 13
  • Source Changed 12
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 417
  • Travis Job 770.12
  • 5691fcf8 on github
  • Prev Job for TNT_VERSION=2.2 on nicktorwald/gh-198-server-prepared-statement (#728.12)
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