Vervis/src/Database/Persist
fr33domlover dad1ed2e1f SQL: IN (1, 2, 3) instead of invalid ANY('[1, 2, 3]')
I thought SQL arrays were common and PersistList corresponded to SQL
array values. But that isn't the case. PersistList seems to be
serialized as a JSON list, and `filterClause` uses IN, not ANY. So I'm
doing the same thing here and using IN.

Note that I'm building the list myself using Text concatenation, not
using `filterClause`, because the latter takes a filter on an existing
`PersistEntity` while my filters often apply to temporary tables.
2016-07-29 22:57:52 +00:00
..
Class Start big route change, doesn't build yet 2016-05-23 12:24:14 +00:00
Local SQL: IN (1, 2, 3) instead of invalid ANY('[1, 2, 3]') 2016-07-29 22:57:52 +00:00
Sql SQL: IN (1, 2, 3) instead of invalid ANY('[1, 2, 3]') 2016-07-29 22:57:52 +00:00