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

SimpliField / angular-sql-query / 27 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 08 May 2017 08:29AM UTC
Files 1
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

08 May 2017 08:22AM UTC coverage: 83.966% (-16.0%) from 100.0%
27.1

push

travis-ci

gplancke
improve (indexed-queries): Add a way to dump huge array to database...

... before querying in order to "bypass" sqlite limitation of 999 prepared
arguments

For example:

SELECT * FROM places WHERE id in (?, ...999+) becomes
SELECT * FROM places WHERE id in (SELECT value FROM tmp_places_id)

Before that we dumped all ids to a 'tmp_places_id (value TEXT)' table...

There is still room for improvements (and maybe rationalize the code)
But this largely improved big queries performances...

199 of 237 relevant lines covered (83.97%)

5.68 hits per line

Source Files on job 27.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27
  • Travis Job 27.1
  • 8911faab on github
  • Prev Job for on master (#24.1)
  • Next Job for on master (#29.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