navidrome/persistence
Deluan Quintão 669c8f4c49
refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292)
* refactor(server): replace RangeByChunks with Go 1.23 iterators

* chore: fix comments re: SQLITE_MAX_VARIABLE_NUMBER

* test: improve playqueue test

* refactor(server): don't create a new iterator when it is not required
2024-09-22 11:47:10 -04:00
..
album_repository.go fix(subsonic): random albums not reshuffling. 2024-09-20 16:59:46 -04:00
album_repository_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
artist_repository.go fix(subsonic): honour PreferSortTag when building indexes for getArtist and getIndexes (#3286) 2024-09-19 13:44:29 -04:00
artist_repository_test.go fix(subsonic): honour PreferSortTag when building indexes for getArtist and getIndexes (#3286) 2024-09-19 13:44:29 -04:00
dbx_builder.go Simplify dbx wrapper 2024-06-01 15:01:28 -04:00
export_test.go fix(subsonic): honour PreferSortTag when building indexes for getArtist and getIndexes (#3286) 2024-09-19 13:44:29 -04:00
genre_repository.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
genre_repository_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
helpers.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
helpers_test.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
library_repository.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
mediafile_repository.go fix(ui): sort mappings (#3296) 2024-09-20 21:36:59 -04:00
mediafile_repository_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
persistence.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
persistence_suite_test.go fix(server): play queue should not return empty entries for deleted tracks 2024-09-20 11:22:37 -04:00
persistence_test.go fix(server): play queue should not return empty entries for deleted tracks 2024-09-20 11:22:37 -04:00
player_repository.go fix(ui): sort mappings (#3296) 2024-09-20 21:36:59 -04:00
player_repository_test.go Small refactoring 2024-09-13 20:18:00 -04:00
playlist_repository.go refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292) 2024-09-22 11:47:10 -04:00
playlist_repository_test.go Recursively refresh playlist tracks within smart playlist rules (#3018) 2024-09-15 13:27:54 -04:00
playlist_track_repository.go fix(ui): sort playlist by song duration (#3284) 2024-09-19 08:45:49 -04:00
playqueue_repository.go refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292) 2024-09-22 11:47:10 -04:00
playqueue_repository_test.go refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292) 2024-09-22 11:47:10 -04:00
property_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
property_repository_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
radio_repository.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
radio_repository_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
scrobble_buffer_repository.go Fix scrobble error spam in the logs. 2024-04-26 16:59:14 -04:00
share_repository.go fix(ui): sort mappings (#3296) 2024-09-20 21:36:59 -04:00
sql_annotations.go Remove unnecessary annotation table primary key 2024-06-29 11:45:41 -04:00
sql_base_repository.go fix(subsonic): random albums not reshuffling. 2024-09-20 16:59:46 -04:00
sql_base_repository_test.go fix(subsonic): random albums not reshuffling. 2024-09-20 16:59:46 -04:00
sql_bookmarks.go Refactor loadGenres, remove duplication 2024-04-28 17:04:12 -04:00
sql_bookmarks_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
sql_genres.go refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292) 2024-09-22 11:47:10 -04:00
sql_restful.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
sql_restful_test.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
sql_search.go Refactor string utilities into its own package str 2024-06-05 22:09:27 -04:00
sql_search_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
transcoding_repository.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
user_props_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user_repository.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
user_repository_test.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00