@@ -666,6 +666,122 @@ exports[`SqlCursorPagination > errors > throws an error if \`before\` was for a
666
666
}
667
667
` ;
668
668
669
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 1` ] = ` 2` ;
670
+
671
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 2` ] = `
672
+ {
673
+ " bindings" : [],
674
+ " sql" : " \` id\` asc" ,
675
+ }
676
+ ` ;
677
+
678
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 3` ] = `
679
+ {
680
+ " bindings" : [],
681
+ " sql" : " \` id\` asc" ,
682
+ }
683
+ ` ;
684
+
685
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 4` ] = `
686
+ {
687
+ " bindings" : [],
688
+ " sql" : " \` id\` asc" ,
689
+ }
690
+ ` ;
691
+
692
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 5` ] = `
693
+ {
694
+ " bindings" : {},
695
+ " sql" : " \` id\` asc" ,
696
+ }
697
+ ` ;
698
+
699
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 6` ] = `
700
+ {
701
+ " bindings" : [],
702
+ " sql" : " 1" ,
703
+ }
704
+ ` ;
705
+
706
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 7` ] = `
707
+ {
708
+ " bindings" : [],
709
+ " sql" : " 1" ,
710
+ }
711
+ ` ;
712
+
713
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 8` ] = `
714
+ {
715
+ " bindings" : [],
716
+ " sql" : " 1" ,
717
+ }
718
+ ` ;
719
+
720
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 9` ] = `
721
+ {
722
+ " bindings" : {},
723
+ " sql" : " 1" ,
724
+ }
725
+ ` ;
726
+
727
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 10` ] = ` 2` ;
728
+
729
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 11` ] = `
730
+ {
731
+ " bindings" : [],
732
+ " sql" : " \` id\` asc" ,
733
+ }
734
+ ` ;
735
+
736
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 12` ] = `
737
+ {
738
+ " bindings" : [],
739
+ " sql" : " \` id\` asc" ,
740
+ }
741
+ ` ;
742
+
743
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 13` ] = `
744
+ {
745
+ " bindings" : [],
746
+ " sql" : " \` id\` asc" ,
747
+ }
748
+ ` ;
749
+
750
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 14` ] = `
751
+ {
752
+ " bindings" : {},
753
+ " sql" : " \` id\` asc" ,
754
+ }
755
+ ` ;
756
+
757
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 15` ] = `
758
+ {
759
+ " bindings" : [],
760
+ " sql" : " 1" ,
761
+ }
762
+ ` ;
763
+
764
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 16` ] = `
765
+ {
766
+ " bindings" : [],
767
+ " sql" : " 1" ,
768
+ }
769
+ ` ;
770
+
771
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 17` ] = `
772
+ {
773
+ " bindings" : [],
774
+ " sql" : " 1" ,
775
+ }
776
+ ` ;
777
+
778
+ exports [` SqlCursorPagination > errors > throws an error if \` sortFields\` is invalid 18` ] = `
779
+ {
780
+ " bindings" : {},
781
+ " sql" : " 1" ,
782
+ }
783
+ ` ;
784
+
669
785
exports [` SqlCursorPagination > errors > throws an error if a duplicate cursor is created 1` ] = ` Infinity` ;
670
786
671
787
exports [` SqlCursorPagination > errors > throws an error if a duplicate cursor is created 2` ] = `
0 commit comments