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

nepalez / query_builder / 69

Builds Branch Commit Type Ran Committer Via Coverage
69 master [BUG FIX] Fixed bug in `CQL::BaseCondition` Now new conditions will rewrite the older ones. push 18 Aug 2015 02:04PM UTC nepalez travis-ci pending completion   set done
68 master [FEATURE] Implement 'ALTER ROLE' statement statement = QueryBuilder::CQL.role(:admin).alter(:foobar) statement.to_s # => "ALTER ROLE admin WITH PASSWORD foobar;" == Added * QueryBuilder::CQL::Statements::AlterRole (AST node) * QueryBuil... push 18 Aug 2015 01:58PM UTC nepalez travis-ci pending completion   set done
67 master [FEATURE] Implement 'ALTER ROLE' statement statement = QueryBuilder::CQL.role(:admin).alter(:foobar) statement.to_s # => "ALTER ROLE admin WITH PASSWORD foobar;" == Added * QueryBuilder::CQL::Statements::AlterRole (AST node) * QueryBuil... push 18 Aug 2015 01:57PM UTC nepalez travis-ci pending completion   set done
66 master [INTERNAL] Merge clauses to corresponding modifiers push 18 Aug 2015 01:10PM UTC nepalez travis-ci pending completion   set done
65 master [CHANGE] Rename `create` to `add` in CREATE INDEX statement push 18 Aug 2015 12:34PM UTC nepalez travis-ci pending completion   set done
64 master [INTERNAL] Extract `AddColumn` and `Column` modifiers push 18 Aug 2015 12:30PM UTC nepalez travis-ci pending completion   set done
63 master [INTERNAL] Code refactoring push 18 Aug 2015 12:07PM UTC nepalez travis-ci pending completion   set done
62 master [INTERNAL] Code refactoring push 18 Aug 2015 11:49AM UTC nepalez travis-ci pending completion   set done
61 master [INTERNAL] Fix README push 18 Aug 2015 09:36AM UTC nepalez travis-ci pending completion   set done
60 master [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(qu... push 18 Aug 2015 09:34AM UTC nepalez travis-ci pending completion   set done
59 master [CHANGE] Rename list methods * `list_roles` => `roles` * `list_users` => `users` push 17 Aug 2015 09:21PM UTC nepalez travis-ci pending completion   set done
58 master [INTERNAL] Remove unused methods from `CQL` module push 17 Aug 2015 09:11PM UTC nepalez travis-ci pending completion   set done
57 master [INTERNAL] Fix README push 17 Aug 2015 09:08PM UTC nepalez travis-ci pending completion   set done
56 master [CHANGE] Add contexts to contexts push 17 Aug 2015 09:05PM UTC nepalez travis-ci pending completion   set done
55 master [FEATURE] Implement 'CREATE INDEX' statement statement = QueryBuilder::CQL .create_index(:my_index) .on(:foo) .columns(:bar, :baz) statement.to_s # => "CREATE INDEX my_index ON foo (bar, baz);" == Added * QueryBuilder... push 17 Aug 2015 11:16AM UTC nepalez travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
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