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

sferik / rails_admin / 1905 / 5
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2015 09:12AM UTC
Files 132
Run time 1min
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

15 Sep 2015 08:54AM UTC coverage: 97.656% (+0.05%) from 97.605%
rbx-2, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile

Pull #2401

travis-ci

dwbutler
Improve efficiency of filter query in Postgres

In Postgres, filter queries currently generate a condition `LOWER(field) ILIKE ?`. This defeats the benefit of using ILIKE, which is case insensitive, and also prevents an index from being used. This fixes the issue by changing the condition to `field ILIKE ?` in Postgres.
Pull Request #2401: Improve efficiency of filter query in Postgres

3624 of 3711 relevant lines covered (97.66%)

1795.85 hits per line

Source Files on job 1905.5 (rbx-2, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile)
  • Tree
  • List 0
  • Changed 42
  • Source Changed 0
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1905
  • Travis Job 1905.5
  • 938eef37 on github
  • Prev Job for rbx-2, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile on master (#1904.5)
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