Categories: None [Edit]
pg_any_where
pg_any_where patches Arel so that `where(column: array)` emits
`column = ANY($1::type[])` instead of `column IN ($1, $2, …)`.
This yields a stable prepared-statement shape (one bind parameter regardless
of array size), better PostgreSQL plan cache utilisation, and cleaner
pg_stat_statements output. Empty arrays are handled correctly without the
`1=0` / `1=1` footguns.
Total
Ranking: 194,039 of 195,396
Downloads: 256
Daily
Ranking: 43,647 of 195,377
Downloads: 6
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 8 | 1,373,526,136 | rake |
| 29 | 1,001,466,235 | rspec |
| 36 | 815,231,558 | activerecord |
| 56 | 721,777,862 | rubocop |
| 97 | 485,891,407 | simplecov |
| 110 | 458,121,425 | pg |
| 183 | 285,122,242 | rubocop-rspec |
| 408 | 128,109,586 | database_cleaner-active_record |
| 2,179 | 12,035,462 | simplecov-console |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | aiman-abutalaah |