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

slicebit / qb / 300
96%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2017 11:16AM 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
300

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 300.1 22 Feb 2017 11:16AM UTC 0
100.0
Travis Job 300.1
Source Files on build 300
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #300
  • 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

© 2025 Coveralls, Inc