Commit 7cdd1db
committed
revert(webapp): drop hasSome and hasEvery from the list-filter rule
Measured against a local Postgres: hasSome compiles to `tags && $1` and
hasEvery to `tags @> $1`, passing the whole array as one bind parameter. Six
arities produced one statement text, against six for an `in` control. Arity
never reached the statement, so bounding them added elements for no benefit.1 parent 42ab21f commit 7cdd1db
2 files changed
Lines changed: 6 additions & 6 deletions
File tree
- apps/webapp/app/presenters/v3
- oxlint-plugins
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments