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

rbock / sqlpp11 / 255
79%
master: %

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 17 Apr 2016 02:28PM UTC
Jobs 1
Files 121
Run time 4s
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
255

push

travis-ci

rbock
Merge tag '0.36' into develop

Several breaking changes:

  * `from(a,b)` not allowed anymore, please use explicit joins
  * `where(true)` not allowed anymore, please use `.unconditionally()` or sqlpp::value(true)
  * `some_sql_expression and true` not allowed anymore, please use `tab.col == sqlpp::value(true)` if you really want to express this.
  * `having(expression)` requires `expression` to be made of aggregates, e.g. columns named in `group_by()` or aggregate functions like `count()` or constant values.
  * `where()` and `having()` accept only one parameter

Several more clauses are now available as free functions.

Lots of additional tests.

1854 of 1955 relevant lines covered (94.83%)

64.17 hits per line

Jobs
ID Job ID Ran Files Coverage
4 255.4 (CONFIG=Debug) 17 Apr 2016 02:28PM UTC 0
94.83
Travis Job 255.4
Source Files on build 255
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #255
  • e629086e on github
  • Prev Build on develop (#252)
  • Next Build on develop (#257)
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