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

rbock / sqlpp11 / 255 / 4
79%
master: %

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

17 Apr 2016 02:11PM UTC coverage: 94.834%. Remained the same
CONFIG=Debug

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

Source Files on job 255.4 (CONFIG=Debug)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 255
  • Travis Job 255.4
  • e629086e on github
  • Prev Job for CONFIG=Debug on develop (#252.4)
  • Next Job for CONFIG=Debug on develop (#257.4)
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