audiobookshelf/test/server/utils
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
..
parsers Improved subtitle parsing to account for bare colon in title 2026-02-06 14:31:09 -05:00
queries limit shelf query fallback to the postgres dialect 2026-08-02 22:35:03 -04:00
ffmpegHelpers.test.js Fix permission issues in embed/merge 2024-07-29 20:19:58 +03:00
fileUtils.test.js Fix .ignore file causing ignores outside the directory 2025-05-04 22:43:44 +02:00
requestUtils.test.js Update x-forwarded-proto to check comma separated value 2026-07-20 17:06:21 -05:00
scandir.test.js Add test for grouping book library items 2024-12-03 17:21:57 -06:00
sqlDialectHelpers.test.js guard numeric casts for postgres text fields 2026-08-02 18:19:03 -04:00
stringifySequeslizeQuery.test.js fix stringifySequelizeQuery and add tests 2025-02-15 23:57:27 +02:00