Skip to content

Commit

Permalink
Updated Marten Test Snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Apr 2, 2024
1 parent ecd37a1 commit b468349
Show file tree
Hide file tree
Showing 207 changed files with 504 additions and 632 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------

false Result:
Expand All @@ -31,5 +31,5 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------

false Result:
Expand All @@ -31,5 +31,5 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------

false Result:
Expand All @@ -31,5 +31,5 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------

false Result:
Expand All @@ -31,5 +31,5 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foo as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------

false Result:
Expand All @@ -31,7 +31,7 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------

null Result:
Expand All @@ -49,5 +49,5 @@ null Result:

null SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is null
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is null;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------

false Result:
Expand All @@ -31,7 +31,7 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) = :p0;
---------------

null Result:
Expand All @@ -49,5 +49,5 @@ null Result:

null SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is null
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is null;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------

false Result:
Expand All @@ -31,7 +31,7 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------

null Result:
Expand All @@ -52,5 +52,5 @@ null Result:

null SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is not null
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is not null;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ true Result:

true SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------

false Result:
Expand All @@ -31,7 +31,7 @@ false Result:

false SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where CAST(d.data ->> 'Bar' as boolean) != :p0;
---------------

null Result:
Expand All @@ -52,5 +52,5 @@ null Result:

null SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is not null
select d.id, d.data from public.mt_doc_queryablefiltervisitorbooleantests_foonullable as d where d.data ->> 'Bar' is not null;
---------------
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0;
---------------

13 Result:
Expand All @@ -31,7 +31,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0;
---------------

13 Result:
Expand All @@ -31,7 +31,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0;
---------------

13 Result:
Expand All @@ -40,7 +40,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0;
---------------

14 Result:
Expand All @@ -58,7 +58,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0;
---------------

13 Result:
Expand All @@ -40,7 +40,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0;
---------------

14 Result:
Expand All @@ -58,7 +58,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) >= :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0;
---------------

13 Result:
Expand All @@ -34,7 +34,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0;
---------------

14 Result:
Expand All @@ -48,7 +48,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0;
---------------

13 Result:
Expand All @@ -34,7 +34,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0;
---------------

14 Result:
Expand All @@ -48,7 +48,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) > :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

12and13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0)
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0);
---------------

13and14 Result:
Expand All @@ -37,7 +37,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13and14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0)
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0);
---------------

nullAnd14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

12and13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0)
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0);
---------------

13and14 Result:
Expand All @@ -37,7 +37,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13and14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0)
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) = ANY(:p0);
---------------

nullAnd14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0;
---------------

13 Result:
Expand All @@ -34,7 +34,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0;
---------------

14 Result:
Expand All @@ -58,7 +58,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0;
---------------

null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

12 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0;
---------------

13 Result:
Expand All @@ -34,7 +34,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

13 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0;
---------------

14 Result:
Expand All @@ -58,7 +58,7 @@ select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo

14 SQL:
---------------
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0
select d.id, d.data from public.mt_doc_queryablefiltervisitorcomparabletests_foo as d where CAST(d.data ->> 'BarShort' as smallint) <= :p0;
---------------

null
Expand Down
Loading

0 comments on commit b468349

Please sign in to comment.