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

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

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2015 09:17AM UTC
Files 137
Run time 53s
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.721% (-0.08%) from 97.799%
rbx-2, 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

3645 of 3730 relevant lines covered (97.72%)

1901.95 hits per line

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