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

slicebit / qb / 299
96%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2017 05:03PM UTC
Jobs 1
Files 26
Run time 2s
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
299

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
- OffsetLimit(offset, limit) -> set both OFFSET and LIMIT

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

Jobs
ID Job ID Ran Files Coverage
1 299.1 15 Feb 2017 05:03PM UTC 0
100.0
Travis Job 299.1
Source Files on build 299
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #299
  • Pull Request #142
  • PR Base - master (#298)
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