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

slicebit / qb / 301 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2017 10:56AM UTC
Files 26
Run time 1s
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

22 Feb 2017 10:52AM UTC coverage: 100.0%. Remained the same
301.1

Pull #142

travis-ci

web-flow
Make the limit/offset API cleaner

The 'Limit()' function of SelectStmt is misleading as it also sets the OFFSET.
In some case we want thiner control on limit and offset, or not set both
at the same time.

The new functions consists of:
- Limit(value) -> set LIMIT
- Offset(value) -> set OFFSET
- LimitOffset(limit, offset) -> set both LIMIT and OFFSET

This change *breaks the API*
Pull Request #142: Make the limit/offset API cleaner

1741 of 1741 relevant lines covered (100.0%)

13.14 hits per line

Source Files on job 301.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 301
  • Travis Job 301.1
  • fb2bb243 on github
  • Prev Job for on master (#298.1)
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