From a61a931c862e8f8ce882d06647b285d2d68e33b7 Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Wed, 18 Dec 2024 13:37:45 +0530 Subject: [PATCH] fix all but one --- .../aggregate_count_albums/expected.json | 4 +- .../query/aggregate_count_albums/request.json | 5 - .../aggregate_count_albums/response.json | 12 - .../expected.json | 2 +- .../response.json | 44 --- .../expected.json | 2 +- .../response.json | 46 --- .../expected.json | 2 +- .../response.json | 77 ---- .../dup_array_relationship/expected.json | 2 +- .../dup_array_relationship/response.json | 66 ---- .../duplicate_filter_results/expected.json | 2 +- .../duplicate_filter_results/response.json | 21 - .../expected.json | 2 +- .../response.json | 21 - .../nested_array_relationships/expected.json | 2 +- .../nested_array_relationships/response.json | 115 ------ .../nested_object_relationships/expected.json | 2 +- .../nested_object_relationships/response.json | 91 ----- relational/query/no_fields/response.json | 8 - relational/query/select_5/expected.json | 2 +- relational/query/select_5/response.json | 21 - .../expected.json | 2 +- .../response.json | 56 --- .../expected.json | 2 +- .../response.json | 65 ---- relational/query/select_by_pk/expected.json | 2 +- relational/query/select_by_pk/response.json | 4 - .../query/select_by_pk_bad/request.json | 32 -- .../query/select_int_and_string/expected.json | 2 +- .../query/select_int_and_string/response.json | 10 - .../expected.json | 2 +- .../response.json | 21 - .../expected.json | 2 +- .../response.json | 15 - .../expected.json | 2 +- .../response.json | 15 - .../select_order_by_artist_name/expected.json | 2 +- .../select_order_by_artist_name/response.json | 21 - .../expected.json | 2 +- .../response.json | 56 --- .../query/select_order_by_name/expected.json | 2 +- .../query/select_order_by_name/response.json | 21 - .../expected.json | 2 +- .../response.json | 21 - .../expected.json | 2 +- .../response.json | 10 - .../expected.json | 2 +- .../response.json | 34 -- .../expected.json | 2 +- .../response.json | 38 -- .../expected.json | 2 +- .../response.json | 5 - .../expected.json | 2 +- .../response.json | 10 - .../query/select_where_and/expected.json | 2 +- .../query/select_where_and/response.json | 9 - .../expected.json | 2 +- .../response.json | 22 -- .../query/select_where_name_eq/expected.json | 2 +- .../query/select_where_name_eq/response.json | 10 - .../select_where_name_ilike/expected.json | 2 +- .../select_where_name_ilike/response.json | 34 -- .../query/select_where_name_in/expected.json | 2 +- .../query/select_where_name_in/response.json | 10 - .../select_where_name_in_empty/expected.json | 2 +- .../select_where_name_in_empty/response.json | 5 - .../select_where_name_iregex/expected.json | 2 +- .../select_where_name_iregex/response.json | 10 - .../select_where_name_like/expected.json | 2 +- .../select_where_name_like/response.json | 34 -- .../query/select_where_name_neq/expected.json | 2 +- .../query/select_where_name_neq/response.json | 26 -- .../select_where_name_nilike/expected.json | 2 +- .../select_where_name_nilike/response.json | 21 - .../select_where_name_niregex/expected.json | 2 +- .../select_where_name_niregex/response.json | 26 -- .../select_where_name_not_in/expected.json | 2 +- .../select_where_name_not_in/response.json | 26 -- .../select_where_name_not_like/expected.json | 2 +- .../select_where_name_not_like/response.json | 26 -- .../select_where_name_nregex/expected.json | 2 +- .../select_where_name_nregex/response.json | 46 --- .../select_where_name_nsimilar/request.json | 45 --- .../select_where_name_regex/expected.json | 2 +- .../select_where_name_regex/response.json | 10 - .../select_where_name_similar/request.json | 45 --- .../query/select_where_or/expected.json | 2 +- .../query/select_where_or/response.json | 12 - .../select_where_related_exists/expected.json | 2 +- .../select_where_related_exists/response.json | 22 -- .../expected.json | 2 +- .../response.json | 15 - .../query/select_where_variable/expected.json | 2 +- .../query/select_where_variable/response.json | 42 -- .../select_where_variable_int/expected.json | 2 +- .../select_where_variable_int/response.json | 21 - .../expected.json | 2 +- .../response.json | 12 - .../expected.json | 2 +- .../response.json | 21 - .../expected.json | 2 +- .../response.json | 184 --------- .../expected.json | 2 +- .../response.json | 21 - relational/query/value_types/request.json | 367 ------------------ .../expected.json | 2 +- .../response.json | 187 --------- 108 files changed, 52 insertions(+), 2322 deletions(-) delete mode 100644 relational/query/aggregate_count_albums/response.json delete mode 100644 relational/query/aggregate_count_albums_plus_field/response.json delete mode 100644 relational/query/aggregate_count_artist_albums/response.json delete mode 100644 relational/query/aggregate_count_artist_albums_plus_field/response.json delete mode 100644 relational/query/dup_array_relationship/response.json delete mode 100644 relational/query/duplicate_filter_results/response.json delete mode 100644 relational/query/duplicate_filter_results_nested/response.json delete mode 100644 relational/query/nested_array_relationships/response.json delete mode 100644 relational/query/nested_object_relationships/response.json delete mode 100644 relational/query/no_fields/response.json delete mode 100644 relational/query/select_5/response.json delete mode 100644 relational/query/select_album_object_relationship_to_artist/response.json delete mode 100644 relational/query/select_artist_array_relationship_to_album/response.json delete mode 100644 relational/query/select_by_pk/response.json delete mode 100644 relational/query/select_by_pk_bad/request.json delete mode 100644 relational/query/select_int_and_string/response.json delete mode 100644 relational/query/select_order_by_album_artist_name/response.json delete mode 100644 relational/query/select_order_by_artist_album_count/response.json delete mode 100644 relational/query/select_order_by_artist_album_count_agg/response.json delete mode 100644 relational/query/select_order_by_artist_name/response.json delete mode 100644 relational/query/select_order_by_artist_name_with_name/response.json delete mode 100644 relational/query/select_order_by_name/response.json delete mode 100644 relational/query/select_track_order_by_artist_id_and_album_title/response.json delete mode 100644 relational/query/select_where_album_id_equals_self/response.json delete mode 100644 relational/query/select_where_album_id_greater_than/response.json delete mode 100644 relational/query/select_where_album_id_greater_than_or_equal_to/response.json delete mode 100644 relational/query/select_where_album_id_less_than/response.json delete mode 100644 relational/query/select_where_album_id_less_than_or_equal_to/response.json delete mode 100644 relational/query/select_where_and/response.json delete mode 100644 relational/query/select_where_array_relationship/response.json delete mode 100644 relational/query/select_where_name_eq/response.json delete mode 100644 relational/query/select_where_name_ilike/response.json delete mode 100644 relational/query/select_where_name_in/response.json delete mode 100644 relational/query/select_where_name_in_empty/response.json delete mode 100644 relational/query/select_where_name_iregex/response.json delete mode 100644 relational/query/select_where_name_like/response.json delete mode 100644 relational/query/select_where_name_neq/response.json delete mode 100644 relational/query/select_where_name_nilike/response.json delete mode 100644 relational/query/select_where_name_niregex/response.json delete mode 100644 relational/query/select_where_name_not_in/response.json delete mode 100644 relational/query/select_where_name_not_like/response.json delete mode 100644 relational/query/select_where_name_nregex/response.json delete mode 100644 relational/query/select_where_name_nsimilar/request.json delete mode 100644 relational/query/select_where_name_regex/response.json delete mode 100644 relational/query/select_where_name_similar/request.json delete mode 100644 relational/query/select_where_or/response.json delete mode 100644 relational/query/select_where_related_exists/response.json delete mode 100644 relational/query/select_where_unrelated_exists/response.json delete mode 100644 relational/query/select_where_variable/response.json delete mode 100644 relational/query/select_where_variable_int/response.json delete mode 100644 relational/query/sorting_by_nested_relationship_column_with_predicate/response.json delete mode 100644 relational/query/sorting_by_nested_relationship_column_with_predicate_exists/response.json delete mode 100644 relational/query/sorting_by_nested_relationship_count/response.json delete mode 100644 relational/query/sorting_by_relationship_count_with_predicate/response.json delete mode 100644 relational/query/value_types/request.json delete mode 100644 relational/query/very_nested_recursive_relationship/response.json diff --git a/relational/query/aggregate_count_albums/expected.json b/relational/query/aggregate_count_albums/expected.json index 9f24de9..c15e6c7 100644 --- a/relational/query/aggregate_count_albums/expected.json +++ b/relational/query/aggregate_count_albums/expected.json @@ -5,8 +5,8 @@ "how_many_artist_ids": 347, "how_many_distinct_artist_ids": 204, "min_artist_id": 1, - "max_artist_id": 275, - "avg_artist_id": 121.94236311239192 + "max_artist_id": 275 + } } ] diff --git a/relational/query/aggregate_count_albums/request.json b/relational/query/aggregate_count_albums/request.json index b4dea1b..7fc3321 100644 --- a/relational/query/aggregate_count_albums/request.json +++ b/relational/query/aggregate_count_albums/request.json @@ -24,11 +24,6 @@ "type": "single_column", "column": "ArtistId", "function": "max" - }, - "avg_artist_id": { - "type": "single_column", - "column": "ArtistId", - "function": "avg" } } }, diff --git a/relational/query/aggregate_count_albums/response.json b/relational/query/aggregate_count_albums/response.json deleted file mode 100644 index 5043174..0000000 --- a/relational/query/aggregate_count_albums/response.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "aggregates": { - "how_many_albums": 347, - "how_many_artist_ids": 347, - "how_many_distinct_artist_ids": 204, - "min_artist_id": 1, - "max_artist_id": 275, - "avg_artist_id": 121.94236311239193 - } - } -] diff --git a/relational/query/aggregate_count_albums_plus_field/expected.json b/relational/query/aggregate_count_albums_plus_field/expected.json index 0aad4fd..f3343cc 100644 --- a/relational/query/aggregate_count_albums_plus_field/expected.json +++ b/relational/query/aggregate_count_albums_plus_field/expected.json @@ -41,4 +41,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/aggregate_count_albums_plus_field/response.json b/relational/query/aggregate_count_albums_plus_field/response.json deleted file mode 100644 index f3343cc..0000000 --- a/relational/query/aggregate_count_albums_plus_field/response.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "aggregates": { - "how_many_albums": 10, - "how_many_artist_ids": 10, - "how_many_distinct_artist_ids": 8, - "min_artist_id": 8, - "max_artist_id": 15, - "avg_artist_id": 11.5 - }, - "rows": [ - { - "Title": "Out Of Exile" - }, - { - "Title": "BackBeat Soundtrack" - }, - { - "Title": "The Best Of Billy Cobham" - }, - { - "Title": "Alcohol Fueled Brewtality Live! [Disc 1]" - }, - { - "Title": "Alcohol Fueled Brewtality Live! [Disc 2]" - }, - { - "Title": "Black Sabbath" - }, - { - "Title": "Black Sabbath Vol. 4 (Remaster)" - }, - { - "Title": "Body Count" - }, - { - "Title": "Chemical Wedding" - }, - { - "Title": "The Best Of Buddy Guy - The Millenium Collection" - } - ] - } -] diff --git a/relational/query/aggregate_count_artist_albums/expected.json b/relational/query/aggregate_count_artist_albums/expected.json index 7766a90..221f136 100644 --- a/relational/query/aggregate_count_artist_albums/expected.json +++ b/relational/query/aggregate_count_artist_albums/expected.json @@ -43,4 +43,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/aggregate_count_artist_albums/response.json b/relational/query/aggregate_count_artist_albums/response.json deleted file mode 100644 index 221f136..0000000 --- a/relational/query/aggregate_count_artist_albums/response.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Accept", - "Albums": { - "aggregates": { - "how_many_albums": 2 - } - } - }, - { - "Name": "Aerosmith", - "Albums": { - "aggregates": { - "how_many_albums": 1 - } - } - }, - { - "Name": "Alanis Morissette", - "Albums": { - "aggregates": { - "how_many_albums": 1 - } - } - }, - { - "Name": "Alice In Chains", - "Albums": { - "aggregates": { - "how_many_albums": 1 - } - } - }, - { - "Name": "Antônio Carlos Jobim", - "Albums": { - "aggregates": { - "how_many_albums": 2 - } - } - } - ] - } -] diff --git a/relational/query/aggregate_count_artist_albums_plus_field/expected.json b/relational/query/aggregate_count_artist_albums_plus_field/expected.json index e4775d6..6b89cb0 100644 --- a/relational/query/aggregate_count_artist_albums_plus_field/expected.json +++ b/relational/query/aggregate_count_artist_albums_plus_field/expected.json @@ -74,4 +74,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/aggregate_count_artist_albums_plus_field/response.json b/relational/query/aggregate_count_artist_albums_plus_field/response.json deleted file mode 100644 index 6b89cb0..0000000 --- a/relational/query/aggregate_count_artist_albums_plus_field/response.json +++ /dev/null @@ -1,77 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Accept", - "Albums": { - "rows": [ - { - "Title": "Balls to the Wall" - }, - { - "Title": "Restless and Wild" - } - ], - "aggregates": { - "how_many_albums": 2 - } - } - }, - { - "Name": "Aerosmith", - "Albums": { - "rows": [ - { - "Title": "Big Ones" - } - ], - "aggregates": { - "how_many_albums": 1 - } - } - }, - { - "Name": "Alanis Morissette", - "Albums": { - "rows": [ - { - "Title": "Jagged Little Pill" - } - ], - "aggregates": { - "how_many_albums": 1 - } - } - }, - { - "Name": "Alice In Chains", - "Albums": { - "rows": [ - { - "Title": "Facelift" - } - ], - "aggregates": { - "how_many_albums": 1 - } - } - }, - { - "Name": "Antônio Carlos Jobim", - "Albums": { - "rows": [ - { - "Title": "Warner 25 Anos" - }, - { - "Title": "Chill: Brazil (Disc 2)" - } - ], - "aggregates": { - "how_many_albums": 2 - } - } - } - ] - } -] diff --git a/relational/query/dup_array_relationship/expected.json b/relational/query/dup_array_relationship/expected.json index 53440b2..bc4d8cf 100644 --- a/relational/query/dup_array_relationship/expected.json +++ b/relational/query/dup_array_relationship/expected.json @@ -63,4 +63,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/dup_array_relationship/response.json b/relational/query/dup_array_relationship/response.json deleted file mode 100644 index bc4d8cf..0000000 --- a/relational/query/dup_array_relationship/response.json +++ /dev/null @@ -1,66 +0,0 @@ -[ - { - "rows": [ - { - "albums": { - "rows": [ - { - "title": "For Those About To Rock We Salute You" - }, - { - "title": "Let There Be Rock" - } - ] - }, - "Albums": { - "rows": [ - { - "title": "For Those About To Rock We Salute You" - }, - { - "title": "Let There Be Rock" - } - ] - } - }, - { - "albums": { - "rows": [ - { - "title": "Balls to the Wall" - }, - { - "title": "Restless and Wild" - } - ] - }, - "Albums": { - "rows": [ - { - "title": "Balls to the Wall" - }, - { - "title": "Restless and Wild" - } - ] - } - }, - { - "albums": { - "rows": [ - { - "title": "Big Ones" - } - ] - }, - "Albums": { - "rows": [ - { - "title": "Big Ones" - } - ] - } - } - ] - } -] diff --git a/relational/query/duplicate_filter_results/expected.json b/relational/query/duplicate_filter_results/expected.json index 4d187fc..19a57b4 100644 --- a/relational/query/duplicate_filter_results/expected.json +++ b/relational/query/duplicate_filter_results/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/duplicate_filter_results/response.json b/relational/query/duplicate_filter_results/response.json deleted file mode 100644 index 19a57b4..0000000 --- a/relational/query/duplicate_filter_results/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "AC/DC" - }, - { - "Name": "Accept" - }, - { - "Name": "Aerosmith" - }, - { - "Name": "Alanis Morissette" - }, - { - "Name": "Alice In Chains" - } - ] - } -] diff --git a/relational/query/duplicate_filter_results_nested/expected.json b/relational/query/duplicate_filter_results_nested/expected.json index 4d187fc..19a57b4 100644 --- a/relational/query/duplicate_filter_results_nested/expected.json +++ b/relational/query/duplicate_filter_results_nested/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/duplicate_filter_results_nested/response.json b/relational/query/duplicate_filter_results_nested/response.json deleted file mode 100644 index 19a57b4..0000000 --- a/relational/query/duplicate_filter_results_nested/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "AC/DC" - }, - { - "Name": "Accept" - }, - { - "Name": "Aerosmith" - }, - { - "Name": "Alanis Morissette" - }, - { - "Name": "Alice In Chains" - } - ] - } -] diff --git a/relational/query/nested_array_relationships/expected.json b/relational/query/nested_array_relationships/expected.json index 3480c22..897613e 100644 --- a/relational/query/nested_array_relationships/expected.json +++ b/relational/query/nested_array_relationships/expected.json @@ -112,4 +112,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/nested_array_relationships/response.json b/relational/query/nested_array_relationships/response.json deleted file mode 100644 index 897613e..0000000 --- a/relational/query/nested_array_relationships/response.json +++ /dev/null @@ -1,115 +0,0 @@ -[ - { - "rows": [ - { - "artist": "Queen", - "Albums": { - "rows": [ - { - "album": "Greatest Hits II", - "Tracks": { - "rows": [ - { - "track": "A Kind Of Magic" - }, - { - "track": "Under Pressure" - }, - { - "track": "Radio GA GA" - }, - { - "track": "I Want It All" - } - ] - } - }, - { - "album": "Greatest Hits I", - "Tracks": { - "rows": [ - { - "track": "Bohemian Rhapsody" - }, - { - "track": "Another One Bites The Dust" - }, - { - "track": "Killer Queen" - }, - { - "track": "Fat Bottomed Girls" - } - ] - } - }, - { - "album": "News Of The World", - "Tracks": { - "rows": [ - { - "track": "We Will Rock You" - }, - { - "track": "We Are The Champions" - }, - { - "track": "Sheer Heart Attack" - }, - { - "track": "All Dead, All Dead" - } - ] - } - } - ] - } - }, - { - "artist": "Kiss", - "Albums": { - "rows": [ - { - "album": "Greatest Kiss", - "Tracks": { - "rows": [ - { - "track": "Detroit Rock City" - }, - { - "track": "Black Diamond" - }, - { - "track": "Hard Luck Woman" - }, - { - "track": "Sure Know Something" - } - ] - } - }, - { - "album": "Unplugged [Live]", - "Tracks": { - "rows": [ - { - "track": "Comin' Home" - }, - { - "track": "Plaster Caster" - }, - { - "track": "Goin' Blind" - }, - { - "track": "Do You Love Me" - } - ] - } - } - ] - } - } - ] - } -] diff --git a/relational/query/nested_object_relationships/expected.json b/relational/query/nested_object_relationships/expected.json index f66cfc8..609216b 100644 --- a/relational/query/nested_object_relationships/expected.json +++ b/relational/query/nested_object_relationships/expected.json @@ -88,4 +88,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/nested_object_relationships/response.json b/relational/query/nested_object_relationships/response.json deleted file mode 100644 index 609216b..0000000 --- a/relational/query/nested_object_relationships/response.json +++ /dev/null @@ -1,91 +0,0 @@ -[ - { - "rows": [ - { - "track": "Grito De Alerta", - "Album": { - "rows": [ - { - "album": "Meus Momentos", - "Artist": { - "rows": [ - { - "artist": "Gonzaguinha" - } - ] - } - } - ] - } - }, - { - "track": "Não Dá Mais Pra Segurar (Explode Coração)", - "Album": { - "rows": [ - { - "album": "Meus Momentos", - "Artist": { - "rows": [ - { - "artist": "Gonzaguinha" - } - ] - } - } - ] - } - }, - { - "track": "Começaria Tudo Outra Vez", - "Album": { - "rows": [ - { - "album": "Meus Momentos", - "Artist": { - "rows": [ - { - "artist": "Gonzaguinha" - } - ] - } - } - ] - } - }, - { - "track": "O Que É O Que É ?", - "Album": { - "rows": [ - { - "album": "Meus Momentos", - "Artist": { - "rows": [ - { - "artist": "Gonzaguinha" - } - ] - } - } - ] - } - }, - { - "track": "Sangrando", - "Album": { - "rows": [ - { - "album": "Meus Momentos", - "Artist": { - "rows": [ - { - "artist": "Gonzaguinha" - } - ] - } - } - ] - } - } - ] - } -] diff --git a/relational/query/no_fields/response.json b/relational/query/no_fields/response.json deleted file mode 100644 index 737ef5b..0000000 --- a/relational/query/no_fields/response.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "rows": [ - {}, - {} - ] - } -] diff --git a/relational/query/select_5/expected.json b/relational/query/select_5/expected.json index 782627a..c2a5ee7 100644 --- a/relational/query/select_5/expected.json +++ b/relational/query/select_5/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_5/response.json b/relational/query/select_5/response.json deleted file mode 100644 index c2a5ee7..0000000 --- a/relational/query/select_5/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Title": "Let There Be Rock" - }, - { - "Title": "Big Ones" - }, - { - "Title": "Jagged Little Pill" - }, - { - "Title": "Facelift" - }, - { - "Title": "Warner 25 Anos" - } - ] - } -] diff --git a/relational/query/select_album_object_relationship_to_artist/expected.json b/relational/query/select_album_object_relationship_to_artist/expected.json index 6c591d8..5c947c4 100644 --- a/relational/query/select_album_object_relationship_to_artist/expected.json +++ b/relational/query/select_album_object_relationship_to_artist/expected.json @@ -53,4 +53,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_album_object_relationship_to_artist/response.json b/relational/query/select_album_object_relationship_to_artist/response.json deleted file mode 100644 index 5c947c4..0000000 --- a/relational/query/select_album_object_relationship_to_artist/response.json +++ /dev/null @@ -1,56 +0,0 @@ -[ - { - "rows": [ - { - "Title": "Let There Be Rock", - "Artist": { - "rows": [ - { - "Name": "AC/DC" - } - ] - } - }, - { - "Title": "Big Ones", - "Artist": { - "rows": [ - { - "Name": "Aerosmith" - } - ] - } - }, - { - "Title": "Jagged Little Pill", - "Artist": { - "rows": [ - { - "Name": "Alanis Morissette" - } - ] - } - }, - { - "Title": "Facelift", - "Artist": { - "rows": [ - { - "Name": "Alice In Chains" - } - ] - } - }, - { - "Title": "Warner 25 Anos", - "Artist": { - "rows": [ - { - "Name": "Antônio Carlos Jobim" - } - ] - } - } - ] - } -] diff --git a/relational/query/select_artist_array_relationship_to_album/expected.json b/relational/query/select_artist_array_relationship_to_album/expected.json index cc02272..7623715 100644 --- a/relational/query/select_artist_array_relationship_to_album/expected.json +++ b/relational/query/select_artist_array_relationship_to_album/expected.json @@ -62,4 +62,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_artist_array_relationship_to_album/response.json b/relational/query/select_artist_array_relationship_to_album/response.json deleted file mode 100644 index 7623715..0000000 --- a/relational/query/select_artist_array_relationship_to_album/response.json +++ /dev/null @@ -1,65 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Alanis Morissette", - "Albums": { - "rows": [ - { - "Title": "Jagged Little Pill" - } - ] - } - }, - { - "Name": "Alice In Chains", - "Albums": { - "rows": [ - { - "Title": "Facelift" - } - ] - } - }, - { - "Name": "Antônio Carlos Jobim", - "Albums": { - "rows": [ - { - "Title": "Warner 25 Anos" - }, - { - "Title": "Chill: Brazil (Disc 2)" - } - ] - } - }, - { - "Name": "Apocalyptica", - "Albums": { - "rows": [ - { - "Title": "Plays Metallica By Four Cellos" - } - ] - } - }, - { - "Name": "Audioslave", - "Albums": { - "rows": [ - { - "Title": "Audioslave" - }, - { - "Title": "Out Of Exile" - }, - { - "Title": "Revelations" - } - ] - } - } - ] - } -] diff --git a/relational/query/select_by_pk/expected.json b/relational/query/select_by_pk/expected.json index a8b2fed..19be7ef 100644 --- a/relational/query/select_by_pk/expected.json +++ b/relational/query/select_by_pk/expected.json @@ -6,4 +6,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_by_pk/response.json b/relational/query/select_by_pk/response.json deleted file mode 100644 index 8bf0814..0000000 --- a/relational/query/select_by_pk/response.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "message": "error returned from database: invalid input syntax for type integer: \"\"", - "details": null -} diff --git a/relational/query/select_by_pk_bad/request.json b/relational/query/select_by_pk_bad/request.json deleted file mode 100644 index 0758997..0000000 --- a/relational/query/select_by_pk_bad/request.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "collection": "Album", - "query": { - "fields": { - "Title": { - "type": "column", - "column": "Title", - "arguments": {} - } - }, - "predicate": { - "type": "and", - "expressions": [ - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "AlbumId", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "" - } - } - ] - } - }, - "arguments": {}, - "collection_relationships": {} -} diff --git a/relational/query/select_int_and_string/expected.json b/relational/query/select_int_and_string/expected.json index 3178cf6..f5d75b0 100644 --- a/relational/query/select_int_and_string/expected.json +++ b/relational/query/select_int_and_string/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_int_and_string/response.json b/relational/query/select_int_and_string/response.json deleted file mode 100644 index f5d75b0..0000000 --- a/relational/query/select_int_and_string/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 35, - "title": "Garage Inc. (Disc 1)" - } - ] - } -] diff --git a/relational/query/select_order_by_album_artist_name/expected.json b/relational/query/select_order_by_album_artist_name/expected.json index 3079d1b..13ccee1 100644 --- a/relational/query/select_order_by_album_artist_name/expected.json +++ b/relational/query/select_order_by_album_artist_name/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_order_by_album_artist_name/response.json b/relational/query/select_order_by_album_artist_name/response.json deleted file mode 100644 index 13ccee1..0000000 --- a/relational/query/select_order_by_album_artist_name/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Fanfare for the Common Man" - }, - { - "Name": "OAM's Blues" - }, - { - "Name": "\"Eine Kleine Nachtmusik\" Serenade In G, K. 525: I. Allegro" - }, - { - "Name": "Requiem, Op.48: 4. Pie Jesu" - }, - { - "Name": "Fantasia On Greensleeves" - } - ] - } -] diff --git a/relational/query/select_order_by_artist_album_count/expected.json b/relational/query/select_order_by_artist_album_count/expected.json index 85ffe90..3852d32 100644 --- a/relational/query/select_order_by_artist_album_count/expected.json +++ b/relational/query/select_order_by_artist_album_count/expected.json @@ -12,4 +12,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_order_by_artist_album_count/response.json b/relational/query/select_order_by_artist_album_count/response.json deleted file mode 100644 index 3852d32..0000000 --- a/relational/query/select_order_by_artist_album_count/response.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Iron Maiden" - }, - { - "Name": "Led Zeppelin" - }, - { - "Name": "Deep Purple" - } - ] - } -] diff --git a/relational/query/select_order_by_artist_album_count_agg/expected.json b/relational/query/select_order_by_artist_album_count_agg/expected.json index 85ffe90..3852d32 100644 --- a/relational/query/select_order_by_artist_album_count_agg/expected.json +++ b/relational/query/select_order_by_artist_album_count_agg/expected.json @@ -12,4 +12,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_order_by_artist_album_count_agg/response.json b/relational/query/select_order_by_artist_album_count_agg/response.json deleted file mode 100644 index 3852d32..0000000 --- a/relational/query/select_order_by_artist_album_count_agg/response.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Iron Maiden" - }, - { - "Name": "Led Zeppelin" - }, - { - "Name": "Deep Purple" - } - ] - } -] diff --git a/relational/query/select_order_by_artist_name/expected.json b/relational/query/select_order_by_artist_name/expected.json index d70ed92..dc6ff43 100644 --- a/relational/query/select_order_by_artist_name/expected.json +++ b/relational/query/select_order_by_artist_name/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_order_by_artist_name/response.json b/relational/query/select_order_by_artist_name/response.json deleted file mode 100644 index dc6ff43..0000000 --- a/relational/query/select_order_by_artist_name/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Fauré: Requiem, Ravel: Pavane & Others" - }, - { - "Name": "The World of Classical Favourites" - }, - { - "Name": "Bach: Orchestral Suites Nos. 1 - 4" - }, - { - "Name": "Balls to the Wall" - }, - { - "Name": "Restless and Wild" - } - ] - } -] diff --git a/relational/query/select_order_by_artist_name_with_name/expected.json b/relational/query/select_order_by_artist_name_with_name/expected.json index 93622f3..50e29d5 100644 --- a/relational/query/select_order_by_artist_name_with_name/expected.json +++ b/relational/query/select_order_by_artist_name_with_name/expected.json @@ -53,4 +53,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_order_by_artist_name_with_name/response.json b/relational/query/select_order_by_artist_name_with_name/response.json deleted file mode 100644 index 50e29d5..0000000 --- a/relational/query/select_order_by_artist_name_with_name/response.json +++ /dev/null @@ -1,56 +0,0 @@ -[ - { - "rows": [ - { - "Name": "A Copland Celebration, Vol. I", - "Artist": { - "rows": [ - { - "Name": "Aaron Copland & London Symphony Orchestra" - } - ] - } - }, - { - "Name": "Worlds", - "Artist": { - "rows": [ - { - "Name": "Aaron Goldberg" - } - ] - } - }, - { - "Name": "Sir Neville Marriner: A Celebration", - "Artist": { - "rows": [ - { - "Name": "Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner" - } - ] - } - }, - { - "Name": "Fauré: Requiem, Ravel: Pavane & Others", - "Artist": { - "rows": [ - { - "Name": "Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair" - } - ] - } - }, - { - "Name": "The World of Classical Favourites", - "Artist": { - "rows": [ - { - "Name": "Academy of St. Martin in the Fields & Sir Neville Marriner" - } - ] - } - } - ] - } -] diff --git a/relational/query/select_order_by_name/expected.json b/relational/query/select_order_by_name/expected.json index 9794f11..f5e6bb7 100644 --- a/relational/query/select_order_by_name/expected.json +++ b/relational/query/select_order_by_name/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_order_by_name/response.json b/relational/query/select_order_by_name/response.json deleted file mode 100644 index f5e6bb7..0000000 --- a/relational/query/select_order_by_name/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Title": "Achtung Baby" - }, - { - "Title": "A Copland Celebration, Vol. I" - }, - { - "Title": "Acústico" - }, - { - "Title": "Acústico MTV" - }, - { - "Title": "Acústico MTV [Live]" - } - ] - } -] diff --git a/relational/query/select_track_order_by_artist_id_and_album_title/expected.json b/relational/query/select_track_order_by_artist_id_and_album_title/expected.json index 2becd7e..6c674b1 100644 --- a/relational/query/select_track_order_by_artist_id_and_album_title/expected.json +++ b/relational/query/select_track_order_by_artist_id_and_album_title/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_track_order_by_artist_id_and_album_title/response.json b/relational/query/select_track_order_by_artist_id_and_album_title/response.json deleted file mode 100644 index 6c674b1..0000000 --- a/relational/query/select_track_order_by_artist_id_and_album_title/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Breaking The Rules" - }, - { - "Name": "C.O.D." - }, - { - "Name": "Evil Walks" - }, - { - "Name": "For Those About To Rock (We Salute You)" - }, - { - "Name": "Inject The Venom" - } - ] - } -] diff --git a/relational/query/select_where_album_id_equals_self/expected.json b/relational/query/select_where_album_id_equals_self/expected.json index 3b783e7..e6d7d1d 100644 --- a/relational/query/select_where_album_id_equals_self/expected.json +++ b/relational/query/select_where_album_id_equals_self/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_album_id_equals_self/response.json b/relational/query/select_where_album_id_equals_self/response.json deleted file mode 100644 index e6d7d1d..0000000 --- a/relational/query/select_where_album_id_equals_self/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 340, - "Title": "Liszt - 12 Études D'Execution Transcendante" - } - ] - } -] diff --git a/relational/query/select_where_album_id_greater_than/expected.json b/relational/query/select_where_album_id_greater_than/expected.json index 6e996c3..ec4d723 100644 --- a/relational/query/select_where_album_id_greater_than/expected.json +++ b/relational/query/select_where_album_id_greater_than/expected.json @@ -31,4 +31,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_album_id_greater_than/response.json b/relational/query/select_where_album_id_greater_than/response.json deleted file mode 100644 index ec4d723..0000000 --- a/relational/query/select_where_album_id_greater_than/response.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 341, - "Title": "Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder" - }, - { - "AlbumId": 342, - "Title": "Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3" - }, - { - "AlbumId": 343, - "Title": "Respighi:Pines of Rome" - }, - { - "AlbumId": 344, - "Title": "Schubert: The Late String Quartets & String Quintet (3 CD's)" - }, - { - "AlbumId": 345, - "Title": "Monteverdi: L'Orfeo" - }, - { - "AlbumId": 346, - "Title": "Mozart: Chamber Music" - }, - { - "AlbumId": 347, - "Title": "Koyaanisqatsi (Soundtrack from the Motion Picture)" - } - ] - } -] diff --git a/relational/query/select_where_album_id_greater_than_or_equal_to/expected.json b/relational/query/select_where_album_id_greater_than_or_equal_to/expected.json index f9218a4..5f78594 100644 --- a/relational/query/select_where_album_id_greater_than_or_equal_to/expected.json +++ b/relational/query/select_where_album_id_greater_than_or_equal_to/expected.json @@ -35,4 +35,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_album_id_greater_than_or_equal_to/response.json b/relational/query/select_where_album_id_greater_than_or_equal_to/response.json deleted file mode 100644 index 5f78594..0000000 --- a/relational/query/select_where_album_id_greater_than_or_equal_to/response.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 340, - "Title": "Liszt - 12 Études D'Execution Transcendante" - }, - { - "AlbumId": 341, - "Title": "Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder" - }, - { - "AlbumId": 342, - "Title": "Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3" - }, - { - "AlbumId": 343, - "Title": "Respighi:Pines of Rome" - }, - { - "AlbumId": 344, - "Title": "Schubert: The Late String Quartets & String Quintet (3 CD's)" - }, - { - "AlbumId": 345, - "Title": "Monteverdi: L'Orfeo" - }, - { - "AlbumId": 346, - "Title": "Mozart: Chamber Music" - }, - { - "AlbumId": 347, - "Title": "Koyaanisqatsi (Soundtrack from the Motion Picture)" - } - ] - } -] diff --git a/relational/query/select_where_album_id_less_than/expected.json b/relational/query/select_where_album_id_less_than/expected.json index 9698cf2..f058511 100644 --- a/relational/query/select_where_album_id_less_than/expected.json +++ b/relational/query/select_where_album_id_less_than/expected.json @@ -2,4 +2,4 @@ { "rows": [] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_album_id_less_than/response.json b/relational/query/select_where_album_id_less_than/response.json deleted file mode 100644 index f058511..0000000 --- a/relational/query/select_where_album_id_less_than/response.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - { - "rows": [] - } -] diff --git a/relational/query/select_where_album_id_less_than_or_equal_to/expected.json b/relational/query/select_where_album_id_less_than_or_equal_to/expected.json index a7c4f93..9b6ae74 100644 --- a/relational/query/select_where_album_id_less_than_or_equal_to/expected.json +++ b/relational/query/select_where_album_id_less_than_or_equal_to/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_album_id_less_than_or_equal_to/response.json b/relational/query/select_where_album_id_less_than_or_equal_to/response.json deleted file mode 100644 index 9b6ae74..0000000 --- a/relational/query/select_where_album_id_less_than_or_equal_to/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 1, - "Title": "For Those About To Rock We Salute You" - } - ] - } -] diff --git a/relational/query/select_where_and/expected.json b/relational/query/select_where_and/expected.json index 791ee54..b1aa578 100644 --- a/relational/query/select_where_and/expected.json +++ b/relational/query/select_where_and/expected.json @@ -6,4 +6,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_and/response.json b/relational/query/select_where_and/response.json deleted file mode 100644 index b1aa578..0000000 --- a/relational/query/select_where_and/response.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - { - "rows": [ - { - "Title": "Van Halen III" - } - ] - } -] diff --git a/relational/query/select_where_array_relationship/expected.json b/relational/query/select_where_array_relationship/expected.json index ff355fe..0d44cfc 100644 --- a/relational/query/select_where_array_relationship/expected.json +++ b/relational/query/select_where_array_relationship/expected.json @@ -19,4 +19,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_array_relationship/response.json b/relational/query/select_where_array_relationship/response.json deleted file mode 100644 index 0d44cfc..0000000 --- a/relational/query/select_where_array_relationship/response.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "rows": [ - { - "title": "Santana", - "albums": { - "rows": [ - { - "title": "Supernatural" - }, - { - "title": "Santana - As Years Go By" - }, - { - "title": "Santana Live" - } - ] - } - } - ] - } -] diff --git a/relational/query/select_where_name_eq/expected.json b/relational/query/select_where_name_eq/expected.json index 7c0e534..0026c65 100644 --- a/relational/query/select_where_name_eq/expected.json +++ b/relational/query/select_where_name_eq/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_eq/response.json b/relational/query/select_where_name_eq/response.json deleted file mode 100644 index 0026c65..0000000 --- a/relational/query/select_where_name_eq/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 129, - "Title": "Houses Of The Holy" - } - ] - } -] diff --git a/relational/query/select_where_name_ilike/expected.json b/relational/query/select_where_name_ilike/expected.json index 9c303c3..2c4ac49 100644 --- a/relational/query/select_where_name_ilike/expected.json +++ b/relational/query/select_where_name_ilike/expected.json @@ -31,4 +31,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_ilike/response.json b/relational/query/select_where_name_ilike/response.json deleted file mode 100644 index 2c4ac49..0000000 --- a/relational/query/select_where_name_ilike/response.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 1, - "Title": "For Those About To Rock We Salute You" - }, - { - "AlbumId": 4, - "Title": "Let There Be Rock" - }, - { - "AlbumId": 59, - "Title": "Deep Purple In Rock" - }, - { - "AlbumId": 108, - "Title": "Rock In Rio [CD1]" - }, - { - "AlbumId": 109, - "Title": "Rock In Rio [CD2]" - }, - { - "AlbumId": 213, - "Title": "Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]" - }, - { - "AlbumId": 216, - "Title": "Hot Rocks, 1964-1971 (Disc 1)" - } - ] - } -] diff --git a/relational/query/select_where_name_in/expected.json b/relational/query/select_where_name_in/expected.json index 2e03598..bbb8505 100644 --- a/relational/query/select_where_name_in/expected.json +++ b/relational/query/select_where_name_in/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_in/response.json b/relational/query/select_where_name_in/response.json deleted file mode 100644 index bbb8505..0000000 --- a/relational/query/select_where_name_in/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 346, - "Title": "Mozart: Chamber Music" - } - ] - } -] diff --git a/relational/query/select_where_name_in_empty/expected.json b/relational/query/select_where_name_in_empty/expected.json index 9698cf2..f058511 100644 --- a/relational/query/select_where_name_in_empty/expected.json +++ b/relational/query/select_where_name_in_empty/expected.json @@ -2,4 +2,4 @@ { "rows": [] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_in_empty/response.json b/relational/query/select_where_name_in_empty/response.json deleted file mode 100644 index f058511..0000000 --- a/relational/query/select_where_name_in_empty/response.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - { - "rows": [] - } -] diff --git a/relational/query/select_where_name_iregex/expected.json b/relational/query/select_where_name_iregex/expected.json index 3863017..65d132e 100644 --- a/relational/query/select_where_name_iregex/expected.json +++ b/relational/query/select_where_name_iregex/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_iregex/response.json b/relational/query/select_where_name_iregex/response.json deleted file mode 100644 index 65d132e..0000000 --- a/relational/query/select_where_name_iregex/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 6, - "Title": "Jagged Little Pill" - } - ] - } -] diff --git a/relational/query/select_where_name_like/expected.json b/relational/query/select_where_name_like/expected.json index 9c303c3..2c4ac49 100644 --- a/relational/query/select_where_name_like/expected.json +++ b/relational/query/select_where_name_like/expected.json @@ -31,4 +31,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_like/response.json b/relational/query/select_where_name_like/response.json deleted file mode 100644 index 2c4ac49..0000000 --- a/relational/query/select_where_name_like/response.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 1, - "Title": "For Those About To Rock We Salute You" - }, - { - "AlbumId": 4, - "Title": "Let There Be Rock" - }, - { - "AlbumId": 59, - "Title": "Deep Purple In Rock" - }, - { - "AlbumId": 108, - "Title": "Rock In Rio [CD1]" - }, - { - "AlbumId": 109, - "Title": "Rock In Rio [CD2]" - }, - { - "AlbumId": 213, - "Title": "Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]" - }, - { - "AlbumId": 216, - "Title": "Hot Rocks, 1964-1971 (Disc 1)" - } - ] - } -] diff --git a/relational/query/select_where_name_neq/expected.json b/relational/query/select_where_name_neq/expected.json index 4c94a5e..3235a36 100644 --- a/relational/query/select_where_name_neq/expected.json +++ b/relational/query/select_where_name_neq/expected.json @@ -23,4 +23,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_neq/response.json b/relational/query/select_where_name_neq/response.json deleted file mode 100644 index 3235a36..0000000 --- a/relational/query/select_where_name_neq/response.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 126, - "Title": "Unplugged [Live]" - }, - { - "AlbumId": 127, - "Title": "BBC Sessions [Disc 2] [Live]" - }, - { - "AlbumId": 128, - "Title": "Coda" - }, - { - "AlbumId": 130, - "Title": "In Through The Out Door" - }, - { - "AlbumId": 131, - "Title": "IV" - } - ] - } -] diff --git a/relational/query/select_where_name_nilike/expected.json b/relational/query/select_where_name_nilike/expected.json index faa37bb..033c63a 100644 --- a/relational/query/select_where_name_nilike/expected.json +++ b/relational/query/select_where_name_nilike/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_nilike/response.json b/relational/query/select_where_name_nilike/response.json deleted file mode 100644 index 033c63a..0000000 --- a/relational/query/select_where_name_nilike/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Title": "For Those About To Rock We Salute You" - }, - { - "Title": "Restless and Wild" - }, - { - "Title": "Let There Be Rock" - }, - { - "Title": "Big Ones" - }, - { - "Title": "Jagged Little Pill" - } - ] - } -] diff --git a/relational/query/select_where_name_niregex/expected.json b/relational/query/select_where_name_niregex/expected.json index 564c8e8..589f6e0 100644 --- a/relational/query/select_where_name_niregex/expected.json +++ b/relational/query/select_where_name_niregex/expected.json @@ -23,4 +23,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_niregex/response.json b/relational/query/select_where_name_niregex/response.json deleted file mode 100644 index 589f6e0..0000000 --- a/relational/query/select_where_name_niregex/response.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 1, - "Title": "For Those About To Rock We Salute You" - }, - { - "AlbumId": 2, - "Title": "Balls to the Wall" - }, - { - "AlbumId": 3, - "Title": "Restless and Wild" - }, - { - "AlbumId": 4, - "Title": "Let There Be Rock" - }, - { - "AlbumId": 5, - "Title": "Big Ones" - } - ] - } -] diff --git a/relational/query/select_where_name_not_in/expected.json b/relational/query/select_where_name_not_in/expected.json index 564c8e8..589f6e0 100644 --- a/relational/query/select_where_name_not_in/expected.json +++ b/relational/query/select_where_name_not_in/expected.json @@ -23,4 +23,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_not_in/response.json b/relational/query/select_where_name_not_in/response.json deleted file mode 100644 index 589f6e0..0000000 --- a/relational/query/select_where_name_not_in/response.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 1, - "Title": "For Those About To Rock We Salute You" - }, - { - "AlbumId": 2, - "Title": "Balls to the Wall" - }, - { - "AlbumId": 3, - "Title": "Restless and Wild" - }, - { - "AlbumId": 4, - "Title": "Let There Be Rock" - }, - { - "AlbumId": 5, - "Title": "Big Ones" - } - ] - } -] diff --git a/relational/query/select_where_name_not_like/expected.json b/relational/query/select_where_name_not_like/expected.json index a12d566..80adc39 100644 --- a/relational/query/select_where_name_not_like/expected.json +++ b/relational/query/select_where_name_not_like/expected.json @@ -23,4 +23,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_not_like/response.json b/relational/query/select_where_name_not_like/response.json deleted file mode 100644 index 80adc39..0000000 --- a/relational/query/select_where_name_not_like/response.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 2, - "Title": "Balls to the Wall" - }, - { - "AlbumId": 3, - "Title": "Restless and Wild" - }, - { - "AlbumId": 5, - "Title": "Big Ones" - }, - { - "AlbumId": 6, - "Title": "Jagged Little Pill" - }, - { - "AlbumId": 7, - "Title": "Facelift" - } - ] - } -] diff --git a/relational/query/select_where_name_nregex/expected.json b/relational/query/select_where_name_nregex/expected.json index 926409f..e0765c8 100644 --- a/relational/query/select_where_name_nregex/expected.json +++ b/relational/query/select_where_name_nregex/expected.json @@ -43,4 +43,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_nregex/response.json b/relational/query/select_where_name_nregex/response.json deleted file mode 100644 index e0765c8..0000000 --- a/relational/query/select_where_name_nregex/response.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 1, - "Title": "For Those About To Rock We Salute You" - }, - { - "AlbumId": 2, - "Title": "Balls to the Wall" - }, - { - "AlbumId": 3, - "Title": "Restless and Wild" - }, - { - "AlbumId": 4, - "Title": "Let There Be Rock" - }, - { - "AlbumId": 5, - "Title": "Big Ones" - }, - { - "AlbumId": 7, - "Title": "Facelift" - }, - { - "AlbumId": 8, - "Title": "Warner 25 Anos" - }, - { - "AlbumId": 9, - "Title": "Plays Metallica By Four Cellos" - }, - { - "AlbumId": 10, - "Title": "Audioslave" - }, - { - "AlbumId": 11, - "Title": "Out Of Exile" - } - ] - } -] diff --git a/relational/query/select_where_name_nsimilar/request.json b/relational/query/select_where_name_nsimilar/request.json deleted file mode 100644 index 7a73098..0000000 --- a/relational/query/select_where_name_nsimilar/request.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "collection": "Album", - "query": { - "fields": { - "AlbumId": { - "type": "column", - "column": "AlbumId", - "arguments": {} - }, - "Title": { - "type": "column", - "column": "Title", - "arguments": {} - } - }, - "predicate": { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "Title", - "path": [] - }, - "operator": "_nsimilar", - "value": { - "type": "scalar", - "value": "(R|B)%" - } - }, - "order_by": { - "elements": [ - { - "order_direction": "asc", - "target": { - "type": "column", - "name": "AlbumId", - "path": [] - } - } - ] - }, - "limit": 5 - }, - "arguments": {}, - "collection_relationships": {} -} diff --git a/relational/query/select_where_name_regex/expected.json b/relational/query/select_where_name_regex/expected.json index 3863017..65d132e 100644 --- a/relational/query/select_where_name_regex/expected.json +++ b/relational/query/select_where_name_regex/expected.json @@ -7,4 +7,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_name_regex/response.json b/relational/query/select_where_name_regex/response.json deleted file mode 100644 index 65d132e..0000000 --- a/relational/query/select_where_name_regex/response.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 6, - "Title": "Jagged Little Pill" - } - ] - } -] diff --git a/relational/query/select_where_name_similar/request.json b/relational/query/select_where_name_similar/request.json deleted file mode 100644 index 0bbc619..0000000 --- a/relational/query/select_where_name_similar/request.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "collection": "Album", - "query": { - "limit": 5, - "fields": { - "AlbumId": { - "type": "column", - "column": "AlbumId", - "arguments": {} - }, - "Title": { - "type": "column", - "column": "Title", - "arguments": {} - } - }, - "predicate": { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "Title", - "path": [] - }, - "operator": "_similar", - "value": { - "type": "scalar", - "value": "(R|B)%" - } - }, - "order_by": { - "elements": [ - { - "order_direction": "asc", - "target": { - "type": "column", - "name": "AlbumId", - "path": [] - } - } - ] - } - }, - "arguments": {}, - "collection_relationships": {} -} diff --git a/relational/query/select_where_or/expected.json b/relational/query/select_where_or/expected.json index 2a96f62..941c57d 100644 --- a/relational/query/select_where_or/expected.json +++ b/relational/query/select_where_or/expected.json @@ -9,4 +9,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_or/response.json b/relational/query/select_where_or/response.json deleted file mode 100644 index 941c57d..0000000 --- a/relational/query/select_where_or/response.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "rows": [ - { - "Title": "IV" - }, - { - "Title": "Van Halen III" - } - ] - } -] diff --git a/relational/query/select_where_related_exists/expected.json b/relational/query/select_where_related_exists/expected.json index ff355fe..0d44cfc 100644 --- a/relational/query/select_where_related_exists/expected.json +++ b/relational/query/select_where_related_exists/expected.json @@ -19,4 +19,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_related_exists/response.json b/relational/query/select_where_related_exists/response.json deleted file mode 100644 index 0d44cfc..0000000 --- a/relational/query/select_where_related_exists/response.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "rows": [ - { - "title": "Santana", - "albums": { - "rows": [ - { - "title": "Supernatural" - }, - { - "title": "Santana - As Years Go By" - }, - { - "title": "Santana Live" - } - ] - } - } - ] - } -] diff --git a/relational/query/select_where_unrelated_exists/expected.json b/relational/query/select_where_unrelated_exists/expected.json index 4b622db..b3f48fe 100644 --- a/relational/query/select_where_unrelated_exists/expected.json +++ b/relational/query/select_where_unrelated_exists/expected.json @@ -12,4 +12,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_unrelated_exists/response.json b/relational/query/select_where_unrelated_exists/response.json deleted file mode 100644 index b3f48fe..0000000 --- a/relational/query/select_where_unrelated_exists/response.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "rows": [ - { - "title": "As Canções de Eu Tu Eles" - }, - { - "title": "Quanta Gente Veio Ver (Live)" - }, - { - "title": "Quanta Gente Veio ver--Bônus De Carnaval" - } - ] - } -] diff --git a/relational/query/select_where_variable/expected.json b/relational/query/select_where_variable/expected.json index b4922fc..07d2291 100644 --- a/relational/query/select_where_variable/expected.json +++ b/relational/query/select_where_variable/expected.json @@ -39,4 +39,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_variable/response.json b/relational/query/select_where_variable/response.json deleted file mode 100644 index 07d2291..0000000 --- a/relational/query/select_where_variable/response.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "rows": [ - { - "Title": "Jota Quest-1995" - } - ] - }, - { - "rows": [] - }, - { - "rows": [ - { - "Title": "Rock In Rio [CD1]" - }, - { - "Title": "Rock In Rio [CD2]" - }, - { - "Title": "Riot Act" - } - ] - }, - { - "rows": [ - { - "Title": "Garage Inc. (Disc 1)" - }, - { - "Title": "Garage Inc. (Disc 2)" - } - ] - }, - { - "rows": [ - { - "Title": "Beyond Good And Evil" - } - ] - } -] diff --git a/relational/query/select_where_variable_int/expected.json b/relational/query/select_where_variable_int/expected.json index eaedafd..0495da8 100644 --- a/relational/query/select_where_variable_int/expected.json +++ b/relational/query/select_where_variable_int/expected.json @@ -18,4 +18,4 @@ { "rows": [] } -] \ No newline at end of file +] diff --git a/relational/query/select_where_variable_int/response.json b/relational/query/select_where_variable_int/response.json deleted file mode 100644 index 0495da8..0000000 --- a/relational/query/select_where_variable_int/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "AlbumId": 35, - "Title": "Garage Inc. (Disc 1)" - } - ] - }, - { - "rows": [ - { - "AlbumId": 222, - "Title": "Serie Sem Limite (Disc 1)" - } - ] - }, - { - "rows": [] - } -] diff --git a/relational/query/sorting_by_nested_relationship_column_with_predicate/expected.json b/relational/query/sorting_by_nested_relationship_column_with_predicate/expected.json index 4861367..dc5ba44 100644 --- a/relational/query/sorting_by_nested_relationship_column_with_predicate/expected.json +++ b/relational/query/sorting_by_nested_relationship_column_with_predicate/expected.json @@ -9,4 +9,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/sorting_by_nested_relationship_column_with_predicate/response.json b/relational/query/sorting_by_nested_relationship_column_with_predicate/response.json deleted file mode 100644 index dc5ba44..0000000 --- a/relational/query/sorting_by_nested_relationship_column_with_predicate/response.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Crazy Train" - }, - { - "Name": "I Don't Know" - } - ] - } -] diff --git a/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/expected.json b/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/expected.json index 6ffad0f..7e63c67 100644 --- a/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/expected.json +++ b/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/response.json b/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/response.json deleted file mode 100644 index 7e63c67..0000000 --- a/relational/query/sorting_by_nested_relationship_column_with_predicate_exists/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Balls to the Wall" - }, - { - "Name": "Fast As a Shark" - }, - { - "Name": "Princess of the Dawn" - }, - { - "Name": "Restless and Wild" - }, - { - "Name": "\"?\"" - } - ] - } -] diff --git a/relational/query/sorting_by_nested_relationship_count/expected.json b/relational/query/sorting_by_nested_relationship_count/expected.json index 52870b4..97419c3 100644 --- a/relational/query/sorting_by_nested_relationship_count/expected.json +++ b/relational/query/sorting_by_nested_relationship_count/expected.json @@ -181,4 +181,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/sorting_by_nested_relationship_count/response.json b/relational/query/sorting_by_nested_relationship_count/response.json deleted file mode 100644 index 97419c3..0000000 --- a/relational/query/sorting_by_nested_relationship_count/response.json +++ /dev/null @@ -1,184 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Iron Maiden", - "Albums": { - "rows": [ - { - "Title": "A Matter of Life and Death", - "Tracks": { - "aggregates": { - "how_many_tracks": 11 - } - } - }, - { - "Title": "A Real Dead One", - "Tracks": { - "aggregates": { - "how_many_tracks": 12 - } - } - }, - { - "Title": "A Real Live One", - "Tracks": { - "aggregates": { - "how_many_tracks": 11 - } - } - }, - { - "Title": "Brave New World", - "Tracks": { - "aggregates": { - "how_many_tracks": 10 - } - } - }, - { - "Title": "Dance Of Death", - "Tracks": { - "aggregates": { - "how_many_tracks": 11 - } - } - }, - { - "Title": "Fear Of The Dark", - "Tracks": { - "aggregates": { - "how_many_tracks": 12 - } - } - }, - { - "Title": "Iron Maiden", - "Tracks": { - "aggregates": { - "how_many_tracks": 9 - } - } - }, - { - "Title": "Killers", - "Tracks": { - "aggregates": { - "how_many_tracks": 10 - } - } - }, - { - "Title": "Live After Death", - "Tracks": { - "aggregates": { - "how_many_tracks": 18 - } - } - }, - { - "Title": "Live At Donington 1992 (Disc 1)", - "Tracks": { - "aggregates": { - "how_many_tracks": 10 - } - } - }, - { - "Title": "Live At Donington 1992 (Disc 2)", - "Tracks": { - "aggregates": { - "how_many_tracks": 10 - } - } - }, - { - "Title": "No Prayer For The Dying", - "Tracks": { - "aggregates": { - "how_many_tracks": 10 - } - } - }, - { - "Title": "Piece Of Mind", - "Tracks": { - "aggregates": { - "how_many_tracks": 9 - } - } - }, - { - "Title": "Powerslave", - "Tracks": { - "aggregates": { - "how_many_tracks": 8 - } - } - }, - { - "Title": "Rock In Rio [CD1]", - "Tracks": { - "aggregates": { - "how_many_tracks": 10 - } - } - }, - { - "Title": "Rock In Rio [CD2]", - "Tracks": { - "aggregates": { - "how_many_tracks": 9 - } - } - }, - { - "Title": "Seventh Son of a Seventh Son", - "Tracks": { - "aggregates": { - "how_many_tracks": 8 - } - } - }, - { - "Title": "Somewhere in Time", - "Tracks": { - "aggregates": { - "how_many_tracks": 8 - } - } - }, - { - "Title": "The Number of The Beast", - "Tracks": { - "aggregates": { - "how_many_tracks": 8 - } - } - }, - { - "Title": "The X Factor", - "Tracks": { - "aggregates": { - "how_many_tracks": 11 - } - } - }, - { - "Title": "Virtual XI", - "Tracks": { - "aggregates": { - "how_many_tracks": 8 - } - } - } - ], - "aggregates": { - "how_many_albums": 21 - } - } - } - ] - } -] diff --git a/relational/query/sorting_by_relationship_count_with_predicate/expected.json b/relational/query/sorting_by_relationship_count_with_predicate/expected.json index 87ad600..5075016 100644 --- a/relational/query/sorting_by_relationship_count_with_predicate/expected.json +++ b/relational/query/sorting_by_relationship_count_with_predicate/expected.json @@ -18,4 +18,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/sorting_by_relationship_count_with_predicate/response.json b/relational/query/sorting_by_relationship_count_with_predicate/response.json deleted file mode 100644 index 5075016..0000000 --- a/relational/query/sorting_by_relationship_count_with_predicate/response.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "rows": [ - { - "Name": "Iron Maiden" - }, - { - "Name": "Metallica" - }, - { - "Name": "U2" - }, - { - "Name": "Led Zeppelin" - }, - { - "Name": "Deep Purple" - } - ] - } -] diff --git a/relational/query/value_types/request.json b/relational/query/value_types/request.json deleted file mode 100644 index 5483d1e..0000000 --- a/relational/query/value_types/request.json +++ /dev/null @@ -1,367 +0,0 @@ -{ - "collection": "value_types", - "query": { - "fields": { - "bool": { - "type": "column", - "column": "bool", - "arguments": {} - }, - "int2": { - "type": "column", - "column": "int2", - "arguments": {} - }, - "int4": { - "type": "column", - "column": "int4", - "arguments": {} - }, - "int8": { - "type": "column", - "column": "int8", - "arguments": {} - }, - "float4": { - "type": "column", - "column": "float4", - "arguments": {} - }, - "float8": { - "type": "column", - "column": "float8", - "arguments": {} - }, - "numeric": { - "type": "column", - "column": "numeric", - "arguments": {} - }, - "char": { - "type": "column", - "column": "char", - "arguments": {} - }, - "varchar": { - "type": "column", - "column": "varchar", - "arguments": {} - }, - "text": { - "type": "column", - "column": "text", - "arguments": {} - }, - "date": { - "type": "column", - "column": "date", - "arguments": {} - }, - "time": { - "type": "column", - "column": "time", - "arguments": {} - }, - "timetz": { - "type": "column", - "column": "timetz", - "arguments": {} - }, - "timestamp": { - "type": "column", - "column": "timestamp", - "arguments": {} - }, - "timestamptz": { - "type": "column", - "column": "timestamptz", - "arguments": {} - }, - "uuid": { - "type": "column", - "column": "uuid", - "arguments": {} - } - }, - "predicate": { - "type": "and", - "expressions": [ - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "bool", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": true - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "int2", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": 245 - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "int4", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": 24555 - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "int8", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": 245555555 - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "float4", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": 24.555 - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "float8", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": 2455.555 - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "numeric", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "24.555" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "char", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "s" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "varchar", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "varchar string" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "text", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "textual text" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "date", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "2021-12-21" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "time", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "02:35:59" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "timetz", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "02:35:59-07" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "timestamp", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "2013-11-03 02:35:59" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "timestamptz", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "2013-11-03 02:35:59-07" - } - }, - { - "type": "binary_comparison_operator", - "column": { - "type": "column", - "name": "uuid", - "path": [] - }, - "operator": "_eq", - "value": { - "type": "scalar", - "value": "7992fdfa-65b5-11ed-8612-6a8b11ef7372" - } - } - ] - } - }, - "arguments": { - "bool": { - "type": "literal", - "value": true - }, - "int2": { - "type": "literal", - "value": 245 - }, - "int4": { - "type": "literal", - "value": 24555 - }, - "int8": { - "type": "literal", - "value": 245555555 - }, - "float4": { - "type": "literal", - "value": 24.555 - }, - "float8": { - "type": "literal", - "value": 2455.555 - }, - "numeric": { - "type": "literal", - "value": 24.555 - }, - "char": { - "type": "literal", - "value": "s" - }, - "varchar": { - "type": "literal", - "value": "varchar string" - }, - "text": { - "type": "literal", - "value": "textual text" - }, - "date": { - "type": "literal", - "value": "2021-12-21" - }, - "time": { - "type": "literal", - "value": "02:35:59" - }, - "timetz": { - "type": "literal", - "value": "02:35:59-07" - }, - "timestamp": { - "type": "literal", - "value": "2013-11-03 02:35:59" - }, - "timestamptz": { - "type": "literal", - "value": "2013-11-03 02:35:59-07" - }, - "uuid": { - "type": "literal", - "value": "7992fdfa-65b5-11ed-8612-6a8b11ef7372" - } - }, - "collection_relationships": {} -} diff --git a/relational/query/very_nested_recursive_relationship/expected.json b/relational/query/very_nested_recursive_relationship/expected.json index 6c7d437..d3964f1 100644 --- a/relational/query/very_nested_recursive_relationship/expected.json +++ b/relational/query/very_nested_recursive_relationship/expected.json @@ -184,4 +184,4 @@ } ] } -] \ No newline at end of file +] diff --git a/relational/query/very_nested_recursive_relationship/response.json b/relational/query/very_nested_recursive_relationship/response.json deleted file mode 100644 index d3964f1..0000000 --- a/relational/query/very_nested_recursive_relationship/response.json +++ /dev/null @@ -1,187 +0,0 @@ -[ - { - "rows": [ - { - "0Name": "AC/DC", - "Albums": { - "rows": [ - { - "0Title": "For Those About To Rock We Salute You", - "Artist": { - "rows": [ - { - "0ArtistId": 1, - "Albums": { - "rows": [ - { - "0Title": "For Those About To Rock We Salute You", - "Artist": { - "rows": [ - { - "0Name": "AC/DC" - } - ] - } - }, - { - "0Title": "Let There Be Rock", - "Artist": { - "rows": [ - { - "0Name": "AC/DC" - } - ] - } - } - ] - } - } - ] - } - }, - { - "0Title": "Let There Be Rock", - "Artist": { - "rows": [ - { - "0ArtistId": 1, - "Albums": { - "rows": [ - { - "0Title": "For Those About To Rock We Salute You", - "Artist": { - "rows": [ - { - "0Name": "AC/DC" - } - ] - } - }, - { - "0Title": "Let There Be Rock", - "Artist": { - "rows": [ - { - "0Name": "AC/DC" - } - ] - } - } - ] - } - } - ] - } - } - ] - } - }, - { - "0Name": "Accept", - "Albums": { - "rows": [ - { - "0Title": "Balls to the Wall", - "Artist": { - "rows": [ - { - "0ArtistId": 2, - "Albums": { - "rows": [ - { - "0Title": "Balls to the Wall", - "Artist": { - "rows": [ - { - "0Name": "Accept" - } - ] - } - }, - { - "0Title": "Restless and Wild", - "Artist": { - "rows": [ - { - "0Name": "Accept" - } - ] - } - } - ] - } - } - ] - } - }, - { - "0Title": "Restless and Wild", - "Artist": { - "rows": [ - { - "0ArtistId": 2, - "Albums": { - "rows": [ - { - "0Title": "Balls to the Wall", - "Artist": { - "rows": [ - { - "0Name": "Accept" - } - ] - } - }, - { - "0Title": "Restless and Wild", - "Artist": { - "rows": [ - { - "0Name": "Accept" - } - ] - } - } - ] - } - } - ] - } - } - ] - } - }, - { - "0Name": "Aerosmith", - "Albums": { - "rows": [ - { - "0Title": "Big Ones", - "Artist": { - "rows": [ - { - "0ArtistId": 3, - "Albums": { - "rows": [ - { - "0Title": "Big Ones", - "Artist": { - "rows": [ - { - "0Name": "Aerosmith" - } - ] - } - } - ] - } - } - ] - } - } - ] - } - } - ] - } -]