audiobookshelf/test/server/utils/queries
Kevin Gatera 3f2919fce5
limit shelf query fallback to the postgres dialect
withShelfFallback turned any shelf error into an empty shelf on both
dialects, hiding real bugs and changing sqlite behavior versus
upstream. Rethrow on sqlite and keep the empty-shelf fallback only for
postgres, where dialect edge cases were the original motivation.
2026-08-02 22:35:03 -04:00
..
libraryFilters.test.js limit shelf query fallback to the postgres dialect 2026-08-02 22:35:03 -04:00
libraryItemsBookFilters.test.js prevent discover query crashes from restarting server 2026-08-02 22:35:00 -04:00
libraryItemsPodcastFilters.test.js tighten postgres compatibility tests and diagnostics 2026-08-02 18:19:05 -04:00
seriesFilters.test.js tighten postgres compatibility tests and diagnostics 2026-08-02 18:19:05 -04:00
sqlBooleanSafety.test.js harden shelf queries and guard boolean sql 2026-08-02 22:35:00 -04:00