stash/pkg/sqlite
Esteban Sanchez 70d9a05580
Use inner join when getting images in a gallery (#2083)
* Added joinType to join struct
* Added addInnerJoin function to perform INNER JOIN type of joins
* Added innerJoin function to perform INNER JOIN type of joins
* Use inner joins when querying images in a gallery
* Renamed addJoin to addLeftJoin
2021-12-06 12:30:40 +11:00
..
filter.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
filter_internal_test.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
gallery.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
gallery_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
image.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
image_test.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
movies.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
movies_test.go Make hierarchical criterion depth input optional (#1733) 2021-09-16 20:41:07 +10:00
performer.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
performer_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
query.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
repository.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
saved_filter.go Errorlint sweep + minor linter tweaks (#1796) 2021-10-12 14:03:08 +11:00
saved_filter_test.go Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00
scene.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
scene_marker.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
scene_marker_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
scene_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
scraped_item.go Errorlint sweep + minor linter tweaks (#1796) 2021-10-12 14:03:08 +11:00
setup_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
sql.go Add search string parsing (#1982) 2021-11-22 14:59:22 +11:00
stash_id_test.go Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00
studio.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
studio_test.go Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
tag.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
tag_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
transaction.go Errorlint sweep + minor linter tweaks (#1796) 2021-10-12 14:03:08 +11:00