audiobookshelf/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
..
adminStats.js Create new StatsController and move year in review stats endpoint 2025-03-29 17:34:17 -05:00
authorFilters.js Add Nunicode sqlite extension integration 2024-09-29 09:22:39 +03:00
libraryFilters.js limit shelf query fallback to the postgres dialect 2026-08-02 22:35:03 -04:00
libraryItemFilters.js add postgres dialect support for homelab migration 2026-08-02 18:19:02 -04:00
libraryItemsBookFilters.js prevent discover query crashes from restarting server 2026-08-02 22:35:00 -04:00
libraryItemsPodcastFilters.js add postgres dialect support for homelab migration 2026-08-02 18:19:02 -04:00
seriesFilters.js add postgres dialect support for homelab migration 2026-08-02 18:19:02 -04:00
userStats.js Resolved a server crash when a playback session lacked associated media metadata. 2024-12-07 09:34:06 +01:00