@rex0220/kintone-sql-tools 3.19.0 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@
27
27
  "format": "esm"
28
28
  },
29
29
  "src/types/ast.ts": {
30
- "bytes": 32964,
30
+ "bytes": 34313,
31
31
  "imports": [
32
32
  {
33
33
  "path": "src/core/exactDecimal.ts",
@@ -53,8 +53,13 @@
53
53
  ],
54
54
  "format": "esm"
55
55
  },
56
+ "src/core/relativeDateFunction.ts": {
57
+ "bytes": 512,
58
+ "imports": [],
59
+ "format": "esm"
60
+ },
56
61
  "src/parser/parser.ts": {
57
- "bytes": 159696,
62
+ "bytes": 166088,
58
63
  "imports": [
59
64
  {
60
65
  "path": "src/lexer/tokens.ts",
@@ -80,6 +85,11 @@
80
85
  "path": "src/types/ast.ts",
81
86
  "kind": "import-statement",
82
87
  "original": "../types/ast"
88
+ },
89
+ {
90
+ "path": "src/core/relativeDateFunction.ts",
91
+ "kind": "import-statement",
92
+ "original": "../core/relativeDateFunction"
83
93
  }
84
94
  ],
85
95
  "format": "esm"
@@ -101,8 +111,14 @@
101
111
  "format": "esm"
102
112
  },
103
113
  "src/core/applyPatchScope.ts": {
104
- "bytes": 25247,
105
- "imports": [],
114
+ "bytes": 25751,
115
+ "imports": [
116
+ {
117
+ "path": "src/core/relativeDateFunction.ts",
118
+ "kind": "import-statement",
119
+ "original": "./relativeDateFunction"
120
+ }
121
+ ],
106
122
  "format": "esm"
107
123
  },
108
124
  "src/engine/pushDownNot.ts": {
@@ -122,7 +138,7 @@
122
138
  "format": "esm"
123
139
  },
124
140
  "src/converter/whereToKintone.ts": {
125
- "bytes": 10514,
141
+ "bytes": 12959,
126
142
  "imports": [
127
143
  {
128
144
  "path": "src/engine/pushDownNot.ts",
@@ -337,7 +353,7 @@
337
353
  "format": "esm"
338
354
  },
339
355
  "src/engine/evalWhere.ts": {
340
- "bytes": 18932,
356
+ "bytes": 19501,
341
357
  "imports": [
342
358
  {
343
359
  "path": "src/types/ast.ts",
@@ -368,6 +384,11 @@
368
384
  "path": "src/engine/groupingRowMeta.ts",
369
385
  "kind": "import-statement",
370
386
  "original": "./groupingRowMeta"
387
+ },
388
+ {
389
+ "path": "src/core/relativeDateFunction.ts",
390
+ "kind": "import-statement",
391
+ "original": "../core/relativeDateFunction"
371
392
  }
372
393
  ],
373
394
  "format": "esm"
@@ -729,12 +750,12 @@
729
750
  "format": "esm"
730
751
  },
731
752
  "src/core/optimization/canonicalOrderPlanner.ts": {
732
- "bytes": 4785,
753
+ "bytes": 4885,
733
754
  "imports": [],
734
755
  "format": "esm"
735
756
  },
736
757
  "src/core/optimization/korderPlanner.ts": {
737
- "bytes": 4149,
758
+ "bytes": 4491,
738
759
  "imports": [],
739
760
  "format": "esm"
740
761
  },
@@ -822,8 +843,40 @@
822
843
  "format": "esm"
823
844
  },
824
845
  "src/core/optimization/whereCapability.ts": {
825
- "bytes": 8990,
826
- "imports": [],
846
+ "bytes": 14943,
847
+ "imports": [
848
+ {
849
+ "path": "src/core/relativeDateFunction.ts",
850
+ "kind": "import-statement",
851
+ "original": "../relativeDateFunction"
852
+ }
853
+ ],
854
+ "format": "esm"
855
+ },
856
+ "src/core/optimization/relativeDatePushdownGuard.ts": {
857
+ "bytes": 14528,
858
+ "imports": [
859
+ {
860
+ "path": "src/converter/selectToKintone.ts",
861
+ "kind": "import-statement",
862
+ "original": "../../converter/selectToKintone"
863
+ },
864
+ {
865
+ "path": "src/converter/whereToKintone.ts",
866
+ "kind": "import-statement",
867
+ "original": "../../converter/whereToKintone"
868
+ },
869
+ {
870
+ "path": "src/core/cteInlining.ts",
871
+ "kind": "import-statement",
872
+ "original": "../cteInlining"
873
+ },
874
+ {
875
+ "path": "src/core/relativeDateFunction.ts",
876
+ "kind": "import-statement",
877
+ "original": "../relativeDateFunction"
878
+ }
879
+ ],
827
880
  "format": "esm"
828
881
  },
829
882
  "src/import/sourceLoader.ts": {
@@ -979,7 +1032,7 @@
979
1032
  "format": "esm"
980
1033
  },
981
1034
  "src/execute.ts": {
982
- "bytes": 410891,
1035
+ "bytes": 416029,
983
1036
  "imports": [
984
1037
  {
985
1038
  "path": "src/lexer/lexer.ts",
@@ -1221,6 +1274,11 @@
1221
1274
  "kind": "import-statement",
1222
1275
  "original": "./core/optimization/whereCapability"
1223
1276
  },
1277
+ {
1278
+ "path": "src/core/optimization/relativeDatePushdownGuard.ts",
1279
+ "kind": "import-statement",
1280
+ "original": "./core/optimization/relativeDatePushdownGuard"
1281
+ },
1224
1282
  {
1225
1283
  "path": "src/import/sourceLoader.ts",
1226
1284
  "kind": "import-statement",
@@ -1548,14 +1606,17 @@
1548
1606
  "src/core/aggregateExpression.ts": {
1549
1607
  "bytesInOutput": 2592
1550
1608
  },
1609
+ "src/core/relativeDateFunction.ts": {
1610
+ "bytesInOutput": 246
1611
+ },
1551
1612
  "src/parser/parser.ts": {
1552
- "bytesInOutput": 87826
1613
+ "bytesInOutput": 91609
1553
1614
  },
1554
1615
  "src/core/dmlGuard.ts": {
1555
1616
  "bytesInOutput": 1882
1556
1617
  },
1557
1618
  "src/core/applyPatchScope.ts": {
1558
- "bytesInOutput": 12534
1619
+ "bytesInOutput": 12614
1559
1620
  },
1560
1621
  "src/engine/pushDownNot.ts": {
1561
1622
  "bytesInOutput": 792
@@ -1564,7 +1625,7 @@
1564
1625
  "bytesInOutput": 651
1565
1626
  },
1566
1627
  "src/converter/whereToKintone.ts": {
1567
- "bytesInOutput": 3823
1628
+ "bytesInOutput": 5033
1568
1629
  },
1569
1630
  "src/converter/selectToKintone.ts": {
1570
1631
  "bytesInOutput": 8728
@@ -1597,7 +1658,7 @@
1597
1658
  "bytesInOutput": 11162
1598
1659
  },
1599
1660
  "src/engine/evalWhere.ts": {
1600
- "bytesInOutput": 5502
1661
+ "bytesInOutput": 5696
1601
1662
  },
1602
1663
  "src/core/dmlCustomCheck.ts": {
1603
1664
  "bytesInOutput": 1250
@@ -1663,7 +1724,7 @@
1663
1724
  "bytesInOutput": 1784
1664
1725
  },
1665
1726
  "src/core/optimization/korderPlanner.ts": {
1666
- "bytesInOutput": 2160
1727
+ "bytesInOutput": 2244
1667
1728
  },
1668
1729
  "src/core/errors/cursorErrors.ts": {
1669
1730
  "bytesInOutput": 1074
@@ -1684,7 +1745,10 @@
1684
1745
  "bytesInOutput": 1136
1685
1746
  },
1686
1747
  "src/core/optimization/whereCapability.ts": {
1687
- "bytesInOutput": 4123
1748
+ "bytesInOutput": 6602
1749
+ },
1750
+ "src/core/optimization/relativeDatePushdownGuard.ts": {
1751
+ "bytesInOutput": 4156
1688
1752
  },
1689
1753
  "src/import/sourceLoader.ts": {
1690
1754
  "bytesInOutput": 527
@@ -1732,7 +1796,7 @@
1732
1796
  "bytesInOutput": 412
1733
1797
  },
1734
1798
  "src/execute.ts": {
1735
- "bytesInOutput": 147894
1799
+ "bytesInOutput": 149337
1736
1800
  },
1737
1801
  "src/engine-library/errors.ts": {
1738
1802
  "bytesInOutput": 1116
@@ -1783,7 +1847,7 @@
1783
1847
  "bytesInOutput": 115
1784
1848
  }
1785
1849
  },
1786
- "bytes": 445605
1850
+ "bytes": 459280
1787
1851
  }
1788
1852
  }
1789
1853
  }