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

nepalez / cql_builder
100%

Build:
DEFAULT BRANCH: master
Repo Added 13 Aug 2015 09:30AM UTC
Files 61
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master

pending completion
51

push

travis-ci

Andrew Kozin
[BUG FIX] Support array in `cql_literal` operator

    cql_literal[[:foo, :bar]] # => "['foo', 'bar']"

11 of 11 new or added lines in 1 file covered. (100.0%)

657 of 657 relevant lines covered (100.0%)

102.02 hits per line

Relevant lines Covered
Build:
Build:
657 RELEVANT LINES 657 COVERED LINES
102.02 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
51 master [BUG FIX] Support array in `cql_literal` operator cql_literal[[:foo, :bar]] # => "['foo', 'bar']" push 16 Aug 2015 10:35PM UTC Andrew Kozin travis-ci pending completion  
50 master [FEATURE] Add `Value` clause clause = Clauses::Value.new(name: :foo) clause.to_s # => "'foo'" == Added * QueryBuilder::CQL::Clauses::Value push 16 Aug 2015 10:22PM UTC Andrew Kozin travis-ci pending completion  
49 master [INTERNAL] Fix README push 16 Aug 2015 08:07PM UTC Andrew Kozin travis-ci pending completion  
48 master [CHANGE] The gem renamed to 'QueryBuilder' The code is also split to `Core` and `CQL` parts to support further extension for non-CQL languages. push 16 Aug 2015 08:05PM UTC Andrew Kozin travis-ci pending completion  
47 master [INTERNAL] Update inline docs push 16 Aug 2015 06:45PM UTC nepalez travis-ci pending completion  
46 master [FEATURE] Implement 'UPDATE' statement statement = CQLBuilder.update(:foo).set(bar: :baz) statement.to_s # => "UPDATE foo SET bar = 'baz';" == Added * CQLBuilder::Statements::Update (AST node) * CQLBuilder.update (builder method) push 16 Aug 2015 02:28PM UTC nepalez travis-ci pending completion  
45 master [INTERNAL] Refactor `Delete#values` method push 16 Aug 2015 10:24AM UTC nepalez travis-ci pending completion  
44 master [INTERNAL] Update inline docs push 16 Aug 2015 08:36AM UTC nepalez travis-ci pending completion  
43 master [FEATURE] Add `If` and `Where` clauses Both clauses are subclasses of `Condition` like `With`. The only difference is every of them has its onw type: :if, :where, :with. == Added * CQLBuilder::Clauses::If * CQLBuilder::Clauses::Where push 16 Aug 2015 08:33AM UTC nepalez travis-ci pending completion  
42 master [CHANGE] Add password to ALTER/CREATE USER New syntax for creation/update of the user: statement = CQLQuery.create_user(:foo, :bar) statement.to_s # => "CREATE USER foo WITH PASSWORD 'bar';" push 16 Aug 2015 08:26AM UTC nepalez travis-ci pending completion  
See All Builds (50)
  • Repo on GitHub
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