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

SimpliField / angular-sql-query / 27
97%

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

pending completion
27

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

Jobs
ID Job ID Ran Files Coverage
1 27.1 08 May 2017 08:29AM UTC 0
83.97
Travis Job 27.1
Source Files on build 27
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #27
  • 8911faab on github
  • Prev Build on master (#24)
  • Next Build on master (#29)
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