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

nepalez / cql_builder / 36

Builds Branch Commit Type Ran Committer Via Coverage
36 master [FEATURE] Implement CREATE TYPE statement statement = CQLBuilder.create_type(:foo).if_not_exists.field(:bar, :int) statement.to_s # => "CREATE TYPE IF NOT EXISTS foo (bar int);" == Added * CQLBuilder::Statements::CreateType (AST node) *... push 15 Aug 2015 02:03PM UTC nepalez travis-ci pending completion   set done
35 master [FEATURE] Implement CREATE TABLE statement statement = CQLBuilder.create_table(:foo).if_not_exists.column(:bar, :int) statement.to_s # => "CREATE TABLE IF NOT EXISTS foo (bar int);" == Added * CQLBuilder::Statements::CreateTable (AST no... push 15 Aug 2015 12:59PM UTC nepalez travis-ci pending completion   set done
34 master [CHANGE] Update `CompactStorage` clause The clause has type :where push 15 Aug 2015 11:42AM UTC nepalez travis-ci pending completion   set done
33 master [FEATURE] Add `cql_composite` operator The operator describes composite partition key. fn = Operators[:cql_composite] fn[:foo, :bar, :baz] # => "(foo, bar, baz)" == Added * CQLBuilder::Operators.cql_composite push 15 Aug 2015 11:40AM UTC nepalez travis-ci pending completion   set done
32 master [INTERNAL] Refactor clause specs push 15 Aug 2015 11:30AM UTC nepalez travis-ci pending completion   set done
31 master [INTERNAL] Refactor statements' specs push 15 Aug 2015 09:33AM UTC nepalez travis-ci pending completion   set done
30 master [INTERNAL] Fix README push 14 Aug 2015 05:56PM UTC nepalez travis-ci pending completion   set done
29 master [CHANGE] Add alias to all operators push 14 Aug 2015 05:54PM UTC nepalez travis-ci pending completion   set done
27 master [CHANGE] Add alias to all operators push 14 Aug 2015 05:50PM UTC nepalez travis-ci pending completion   set done
26 master [FEATURE] Add `CompactStorage` clause The clause describes the COMPACT STORAGE of the table clause = Clauses::CompactStorage.new clause.to_s # => "COMPACT STORAGE" == Added * CQLBuilder::Clauses::CompactStorage push 14 Aug 2015 05:36PM UTC nepalez travis-ci pending completion   set done
25 master [FEATURE] Add `PrimaryKey` clause The clause describes the PRIMARY KEY of the table clause = Clauses::PrimaryKey.new(columns: [:foo, :bar]) clause.to_s # => "PRIMARY KEY (\"foo\", \"bar\")" == Added * CQLBuilder::Clauses::PrimaryKey push 14 Aug 2015 05:28PM UTC nepalez travis-ci pending completion   set done
24 master [FEATURE] Add `PrimaryKey` clause The clause describes the PRIMARY KEY of the table clause = Clauses::PrimaryKey.new(columns: [:foo, :bar]) clause.to_s # => "PRIMARY KEY (\"foo\", \"bar\")" == Added * CQLBuilder::Clauses::PrimaryKey push 14 Aug 2015 05:26PM UTC nepalez travis-ci pending completion   set done
23 master [FEATURE] Add `cql_tuple` operator Returns the definition of CQL tuple: fn = Operators[:cql_tuple] fn[:int, :text] # => "TUPLE<int, text>" == Added * CQLBuilder::Operators.cql_tuple push 14 Aug 2015 04:19PM UTC nepalez travis-ci pending completion   set done
22 master [FEATURE] Add `Column` clause Describes the column definition for a CREATE TABLE statement. == Added * CQLBuilder::Clauses::Column push 14 Aug 2015 03:54PM UTC nepalez travis-ci pending completion   set done
21 master [INTERNAL] Uppercase collection types push 14 Aug 2015 02:30PM 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