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

nepalez / query_builder / 83
98%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2015 11:21AM UTC
Jobs 5
Files 124
Run time 36s
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
83

push

travis-ci

nepalez
[FEATURE] Implement 'SELECT' statement

    table = QueryBuilder::CQL.keyspace(:foo).table(:bar)
    statement = table.select.where(baz: :qux)
    statement.to_s # => "SELECT * FROM foo.bar WHERE baz = 'qux';"

== Added

* QueryBuilder::CQL::Modifiers::AllowFiltering
* QueryBuilder::CQL::Modifiers::Count
* QueryBuilder::CQL::Modifiers::Distinct
* QueryBuilder::CQL::Modifiers::Limit
* QueryBuilder::CQL::Modifiers::Order
* QueryBuilder::CQL::Modifiers::Selected
* QueryBuilder::CQL::Modifiers::WhereClustered

* QueryBuilder::CQL::Statements::Select (AST node)
* QueryBuilder::CQL::Contexts::Table#select (builder method)

1223 of 1244 relevant lines covered (98.31%)

77.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 83.1 (1.9.3) 20 Aug 2015 11:21AM UTC 0
98.3
Travis Job 83.1
2 83.2 (2.0) 20 Aug 2015 11:21AM UTC 0
98.31
Travis Job 83.2
3 83.3 (2.1) 20 Aug 2015 11:21AM UTC 0
98.31
Travis Job 83.3
4 83.4 (2.2) 20 Aug 2015 11:21AM UTC 0
98.31
Travis Job 83.4
5 83.5 (ruby-head) 20 Aug 2015 11:21AM UTC 0
98.31
Travis Job 83.5
Source Files on build 83
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #83
  • 4fbf8353 on github
  • Prev Build on master (#82)
  • Next Build on master (#84)
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