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

nepalez / query_builder / 82
98%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2015 08:13PM UTC
Jobs 5
Files 111
Run time 43s
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
82

push

travis-ci

nepalez
[FEATURE] Implement CREATE FUNCTION statement

    function = QueryBuilder::CQL.keyspace(:foo).function(:bar)
    statement = function.create(:java, "doSomething;")
    statement.to_s # => "CREATE FUNCTION foo.bar RETURNS NULL ON NULL INPUT LANGUAGE 'java' AS 'doSomething;';"

== Added

* QueryBuilder::CQL::Modifiers::Returns
* QueryBuilder::CQL::Modifiers::CalledOnNull
* QueryBuilder::CQL::Statements::CreateFunction
* QueryBuilder::CQL::Contexts::Function#create

1088 of 1108 relevant lines covered (98.19%)

79.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 82.1 (1.9.3) 19 Aug 2015 08:13PM UTC 0
98.18
Travis Job 82.1
2 82.2 (2.0) 19 Aug 2015 08:13PM UTC 0
98.19
Travis Job 82.2
3 82.3 (2.1) 19 Aug 2015 08:13PM UTC 0
98.19
Travis Job 82.3
4 82.4 (2.2) 19 Aug 2015 08:13PM UTC 0
98.19
Travis Job 82.4
5 82.5 (ruby-head) 19 Aug 2015 08:13PM UTC 0
98.19
Travis Job 82.5
Source Files on build 82
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #82
  • 022c9851 on github
  • Prev Build on master (#81)
  • Next Build on master (#83)
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