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

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

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2015 09:14AM UTC
Files 159
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.604% (+0.3%) from 92.349%
jruby-19mode, 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

3293 of 3556 relevant lines covered (92.6%)

2974.17 hits per line

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