Commit Graph

8 Commits

Author SHA1 Message Date
Nicola Krumschmidt
20a02f05bd Use knex instance property in MetaService class 2020-11-04 12:19:50 +01:00
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
rijkvanzanten
febdd0adbd Attempt at resolving joins in nested where queries 2020-10-20 11:02:02 -04:00
rijkvanzanten
7f4c3b3d2a Emit events for system collections 2020-09-25 17:22:40 -04:00
rijkvanzanten
48fca55651 Restructure exports for services 2020-09-22 13:16:14 -04:00
rijkvanzanten
1ef278c717 Fix count on MySQL
Fixes #112
2020-08-11 19:23:43 -04:00
rijkvanzanten
06e926ad09 Rework meta service to class, add filter count support 2020-08-07 12:45:50 -04:00
rijkvanzanten
bde7069cce Move api into api subdirectory 2020-07-29 11:22:56 -04:00