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

slicebit / qb / 301
96%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2017 10:56AM UTC
Jobs 1
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

pending completion
301

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

Jobs
ID Job ID Ran Files Coverage
1 301.1 22 Feb 2017 10:56AM UTC 0
100.0
Travis Job 301.1
Source Files on build 301
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #301
  • 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