Files
directus/api/src/utils
Nicola Krumschmidt 8b601c5b60 Pass knex instance to applyFilter
This fixes a regression introduced in #786.
When using a SQLite database, items could not be updated any more.
This is due to knex by default only allowing a single connection for
SQLite databases and the item update operation using applyFilter inside
a transaction which tries to use a different knex instance to connect to
the database.
2020-10-28 00:33:53 +01:00
..
2020-09-22 16:11:28 -04:00
2020-07-29 11:22:56 -04:00
2020-07-29 11:22:56 -04:00
2020-10-19 11:43:32 -04:00
2020-07-29 11:22:56 -04:00
2020-10-19 11:43:32 -04:00
2020-10-26 20:23:20 +01:00
2020-09-08 14:56:00 -04:00
2020-10-16 16:02:41 -04:00