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

nepalez / query_builder / 60
98%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2015 09:34AM UTC
Jobs 5
Files 90
Run time 37s
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
60

push

travis-ci

nepalez
[CHANGE] API for INSERT, UPDATE, and DELETE

Every command accepts arguments to insert/update/delete.
It also can be repeated to update the statement:

    table = QueryBuilder::CQL.keyspace(:foo).table(:bar)

    table.insert(baz: :one).insert(qux: :two).to_s
    # => "INSERT INTO foo.bar (baz, qux) VALUES ('one', 'two');"

    table.update(baz: :one).update(qux: :two).to_s
    # => "UPDATE foo.bar SET baz = 'one', qux = 'two';"

    table.delete(:baz).delete(:qux)
    # => "DELETE baz, qux FROM foo.bar;"

747 of 750 relevant lines covered (99.6%)

90.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 60.1 (1.9.3) 18 Aug 2015 09:34AM UTC 0
99.6
Travis Job 60.1
2 60.2 (2.0) 18 Aug 2015 09:34AM UTC 0
99.6
Travis Job 60.2
3 60.3 (2.1) 18 Aug 2015 09:34AM UTC 0
99.6
Travis Job 60.3
4 60.4 (2.2) 18 Aug 2015 09:34AM UTC 0
99.6
Travis Job 60.4
5 60.5 (ruby-head) 18 Aug 2015 09:35AM UTC 0
99.6
Travis Job 60.5
Source Files on build 60
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #60
  • 7f463739 on github
  • Prev Build on master (#59)
  • Next Build on master (#61)
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