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

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

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2015 09:01AM UTC
Files 119
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: 92.09% (+0.03%) from 92.058%
2.0.0, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, 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

2899 of 3148 relevant lines covered (92.09%)

2955.7 hits per line

Source Files on job 1905.8 (2.0.0, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile)
  • Tree
  • List 0
  • Changed 24
  • Source Changed 1
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1905
  • Travis Job 1905.8
  • 938eef37 on github
  • Prev Job for 2.0.0, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile on master (#1904.8)
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