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

iconara / cql-rb
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: v2.1.0.pre2
DEFAULT BRANCH: master
Repo Added 04 Jul 2013 07:09AM UTC
Files 114
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 prepared_statements_on_all_connections
branch: prepared_statements_on_all_connections
CHANGE BRANCH
x
Reset
  • prepared_statements_on_all_connections
  • compression_support
  • condition_variable_debug
  • configurable_consistency_level
  • connection_management_strategies
  • connection_strategies
  • connections_per_node
  • encryption_support
  • future_future
  • high_level_client
  • io_reactor_rewrite
  • issue_100
  • lz4_support
  • master
  • protocol_v2
  • request_timeout
  • retry_connection_on_refused
  • rewrite_connect
  • rewrite_future
  • rewrite_futures
  • tracing_support
  • tracing_support_for_void
  • travis_config
  • travis_debug
  • travis_debug_2
  • travis_debug_3
  • travis_debug_4
  • travis_experiment
  • travis_rbx
  • use_resolv
  • user_defined_types
  • v1.1.0
  • v1.1.0.pre3
  • v1.1.0.pre5
  • v1.1.0.pre6
  • v1.1.0.pre8
  • v1.1.0.rc0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.x
  • v1.2.0
  • v1.2.0.pre0
  • v1.2.0.pre1
  • v1.2.0.pre2
  • v1.2.2
  • v1.2.x
  • v2.0.0
  • v2.0.0.pre0
  • v2.0.0.pre1
  • v2.0.0.pre2
  • v2.0.0.rc0
  • v2.0.1
  • v2.0.2
  • v2.0.3
  • v2.0.4
  • v2.0.5
  • v2.0.x
  • v2.1.0.pre0
  • v2.1.0.pre1
  • v2.1.0.pre2
  • windows_support

pending completion
189

push

travis-ci

iconara
Improve statement preparation

Prepare statements on all connections, and make them prepare themselves on any new connections that appear later.

Use the [] feature of connections to save a reference to a prepared statement's ID on every connection it has been prepared on. If the connection has no value for a statement it means that statement has not been prepared on that connection (and the statement will then prepare itself on the connection before executing the request). This makes prepared statements self-healing in face of connection failures.

There is a small leak in that connections will have references to statements, so even if a statement goes out of scope it will not be GC'ed until the connection is. This may need to be fixed.

6115 of 6135 relevant lines covered (99.67%)

6454.91 hits per line

Relevant lines Covered
Build:
Build:
6135 RELEVANT LINES 6115 COVERED LINES
6454.91 HITS PER LINE
Source Files on prepared_statements_on_all_connections
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
189 prepared_statements_on_all_connections Improve statement preparation Prepare statements on all connections, and make them prepare themselves on any new connections that appear later. Use the [] feature of connections to save a reference to a prepared statement's ID on every connectio... push 07 Sep 2013 10:17AM UTC iconara travis-ci pending completion  
See All Builds (283)
  • Repo on GitHub
  • CI Project
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