dwh 0.1.0 → 0.1.1

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.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/Rakefile +1 -1
  4. data/docs/DWH/Adapters/Adapter.html +33 -27
  5. data/docs/DWH/Adapters/Athena.html +25 -21
  6. data/docs/DWH/Adapters/Boolean.html +1 -1
  7. data/docs/DWH/Adapters/Druid.html +18 -12
  8. data/docs/DWH/Adapters/DuckDb.html +29 -27
  9. data/docs/DWH/Adapters/MySql.html +25 -19
  10. data/docs/DWH/Adapters/OpenAuthorizable/ClassMethods.html +3 -6
  11. data/docs/DWH/Adapters/OpenAuthorizable.html +5 -10
  12. data/docs/DWH/Adapters/Postgres.html +27 -23
  13. data/docs/DWH/Adapters/Snowflake.html +39 -24
  14. data/docs/DWH/Adapters/SqlServer.html +27 -25
  15. data/docs/DWH/Adapters/Trino.html +30 -30
  16. data/docs/DWH/Adapters.html +1 -1
  17. data/docs/DWH/AuthenticationError.html +1 -1
  18. data/docs/DWH/Behaviors.html +6 -11
  19. data/docs/DWH/Capabilities.html +10 -26
  20. data/docs/DWH/Column.html +7 -15
  21. data/docs/DWH/ConfigError.html +1 -1
  22. data/docs/DWH/ConnectionError.html +1 -1
  23. data/docs/DWH/DWHError.html +1 -1
  24. data/docs/DWH/ExecutionError.html +1 -1
  25. data/docs/DWH/Factory.html +1 -1
  26. data/docs/DWH/Functions/Arrays.html +8 -8
  27. data/docs/DWH/Functions/Dates.html +5 -7
  28. data/docs/DWH/Functions/ExtractDatePart.html +13 -25
  29. data/docs/DWH/Functions/Nulls.html +3 -3
  30. data/docs/DWH/Functions.html +6 -9
  31. data/docs/DWH/Logger.html +3 -5
  32. data/docs/DWH/OAuthError.html +1 -1
  33. data/docs/DWH/Settings.html +6 -9
  34. data/docs/DWH/StreamingStats.html +2 -3
  35. data/docs/DWH/Table.html +14 -26
  36. data/docs/DWH/TableStats.html +1 -1
  37. data/docs/DWH/TokenExpiredError.html +1 -1
  38. data/docs/DWH/UnsupportedCapability.html +1 -1
  39. data/docs/DWH.html +1 -1
  40. data/docs/_index.html +1 -1
  41. data/docs/file.README.html +43 -48
  42. data/docs/file.adapters.html +318 -343
  43. data/docs/file.creating-adapters.html +347 -357
  44. data/docs/file.getting-started.html +143 -151
  45. data/docs/file.usage.html +257 -278
  46. data/docs/index.html +43 -48
  47. data/docs/top-level-namespace.html +1 -1
  48. data/lib/dwh/adapters.rb +2 -2
  49. data/lib/dwh/version.rb +1 -1
  50. metadata +2 -2
@@ -193,8 +193,7 @@ This adapter requires the <a href="https://github.com/treasure-data/trino-client
193
193
 
194
194
 
195
195
 
196
- <span class="summary_desc"><div class='inline'>
197
- </div></span>
196
+ <span class="summary_desc"><div class='inline'></div></span>
198
197
 
199
198
  </li>
200
199
 
@@ -285,8 +284,7 @@ This adapter requires the <a href="https://github.com/treasure-data/trino-client
285
284
 
286
285
 
287
286
 
288
- <span class="summary_desc"><div class='inline'>
289
- </div></span>
287
+ <span class="summary_desc"><div class='inline'></div></span>
290
288
 
291
289
  </li>
292
290
 
@@ -400,8 +398,7 @@ This adapter requires the <a href="https://github.com/treasure-data/trino-client
400
398
 
401
399
 
402
400
 
403
- <span class="summary_desc"><div class='inline'>
404
- </div></span>
401
+ <span class="summary_desc"><div class='inline'></div></span>
405
402
 
406
403
  </li>
407
404
 
@@ -423,8 +420,7 @@ This adapter requires the <a href="https://github.com/treasure-data/trino-client
423
420
 
424
421
 
425
422
 
426
- <span class="summary_desc"><div class='inline'>
427
- </div></span>
423
+ <span class="summary_desc"><div class='inline'></div></span>
428
424
 
429
425
  </li>
430
426
 
@@ -665,13 +661,19 @@ This adapter requires the <a href="https://github.com/treasure-data/trino-client
665
661
 
666
662
 
667
663
  &mdash;
668
- <div class='inline'><p>return format type
669
- - array returns array of array
670
- - object returns array of Hashes
671
- - csv returns as csv
672
- - native returns the native result from any clients used
673
- - For example: Postgres using pg client will return PG::Result
674
- - Http clients will returns the HTTP response object</p>
664
+ <div class='inline'><p>return format type</p>
665
+
666
+ <ul>
667
+ <li>array returns array of array</li>
668
+ <li>object returns array of Hashes</li>
669
+ <li>csv returns as csv</li>
670
+ <li>native returns the native result from any clients used
671
+
672
+ <ul>
673
+ <li>For example: Postgres using pg client will return PG::Result</li>
674
+ <li>Http clients will returns the HTTP response object</li>
675
+ </ul></li>
676
+ </ul>
675
677
  </div>
676
678
 
677
679
  </li>
@@ -965,9 +967,9 @@ to the provided IO object.</p>
965
967
  Pass in optional catalog and schema info.</p>
966
968
 
967
969
  <p>Example:
968
- metadata(public.big_table)
969
- metadata(big_table)
970
- metadata(big_table”,schema: public)</p>
970
+ metadata(&quot;public.big_table&quot;)
971
+ metadata(&quot;big_table&quot;)
972
+ metadata(&quot;big_table&quot;,schema: &quot;public&quot;)</p>
971
973
 
972
974
 
973
975
  </div>
@@ -987,7 +989,7 @@ Pass in optional catalog and schema info.</p>
987
989
 
988
990
  &mdash;
989
991
  <div class='inline'><ul>
990
- <li>table name</li>
992
+ <li>table name</li>
991
993
  </ul>
992
994
  </div>
993
995
 
@@ -1026,7 +1028,7 @@ Pass in optional catalog and schema info.</p>
1026
1028
  </span>
1027
1029
 
1028
1030
  &mdash; <div class='inline'><p>optional catalog or equivalent name space.
1029
- will be ignored if the adapter doesnt support</p>
1031
+ will be ignored if the adapter doesn&#39;t support</p>
1030
1032
  </div>
1031
1033
 
1032
1034
  </li>
@@ -1039,7 +1041,7 @@ will be ignored if the adapter doesn’t support</p>
1039
1041
  </span>
1040
1042
 
1041
1043
  &mdash; <div class='inline'><p>optional schema to scope to.
1042
- will be ignored if the adapter doesnt support</p>
1044
+ will be ignored if the adapter doesn&#39;t support</p>
1043
1045
  </div>
1044
1046
 
1045
1047
  </li>
@@ -1121,7 +1123,6 @@ will be ignored if the adapter doesn’t support</p>
1121
1123
  <div class="discussion">
1122
1124
 
1123
1125
 
1124
-
1125
1126
  </div>
1126
1127
  </div>
1127
1128
  <div class="tags">
@@ -1259,7 +1260,7 @@ date_start, and date_end.</p>
1259
1260
  </span>
1260
1261
 
1261
1262
  &mdash; <div class='inline'><p>optional catalog or equivalent name space.
1262
- will be ignored if the adapter doesnt support</p>
1263
+ will be ignored if the adapter doesn&#39;t support</p>
1263
1264
  </div>
1264
1265
 
1265
1266
  </li>
@@ -1272,7 +1273,7 @@ will be ignored if the adapter doesn’t support</p>
1272
1273
  </span>
1273
1274
 
1274
1275
  &mdash; <div class='inline'><p>optional schema to scope to.
1275
- will be ignored if the adapter doesnt support</p>
1276
+ will be ignored if the adapter doesn&#39;t support</p>
1276
1277
  </div>
1277
1278
 
1278
1279
  </li>
@@ -1510,7 +1511,7 @@ might vary depending on the target db and settings</p>
1510
1511
  </span>
1511
1512
 
1512
1513
  &mdash; <div class='inline'><p>optional catalog or equivalent name space.
1513
- will be ignored if the adapter doesnt support</p>
1514
+ will be ignored if the adapter doesn&#39;t support</p>
1514
1515
  </div>
1515
1516
 
1516
1517
  </li>
@@ -1523,7 +1524,7 @@ will be ignored if the adapter doesn’t support</p>
1523
1524
  </span>
1524
1525
 
1525
1526
  &mdash; <div class='inline'><p>optional schema to scope to.
1526
- will be ignored if the adapter doesnt support</p>
1527
+ will be ignored if the adapter doesn&#39;t support</p>
1527
1528
  </div>
1528
1529
 
1529
1530
  </li>
@@ -1641,7 +1642,7 @@ config only specified here.</p>
1641
1642
  </span>
1642
1643
 
1643
1644
  &mdash; <div class='inline'><p>optional catalog or equivalent name space.
1644
- will be ignored if the adapter doesnt support</p>
1645
+ will be ignored if the adapter doesn&#39;t support</p>
1645
1646
  </div>
1646
1647
 
1647
1648
  </li>
@@ -1654,7 +1655,7 @@ will be ignored if the adapter doesn’t support</p>
1654
1655
  </span>
1655
1656
 
1656
1657
  &mdash; <div class='inline'><p>optional schema to scope to.
1657
- will be ignored if the adapter doesnt support</p>
1658
+ will be ignored if the adapter doesn&#39;t support</p>
1658
1659
  </div>
1659
1660
 
1660
1661
  </li>
@@ -1774,7 +1775,6 @@ will be ignored if the adapter doesn’t support</p>
1774
1775
  <div class="discussion">
1775
1776
 
1776
1777
 
1777
-
1778
1778
  </div>
1779
1779
  </div>
1780
1780
  <div class="tags">
@@ -1825,7 +1825,7 @@ will be ignored if the adapter doesn’t support</p>
1825
1825
  </div>
1826
1826
 
1827
1827
  <div id="footer">
1828
- Generated on Fri Aug 22 08:31:22 2025 by
1828
+ Generated on Mon Aug 25 10:59:28 2025 by
1829
1829
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1830
1830
  0.9.37 (ruby-3.4.4).
1831
1831
  </div>
@@ -119,7 +119,7 @@
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Fri Aug 22 08:31:21 2025 by
122
+ Generated on Mon Aug 25 10:59:28 2025 by
123
123
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.9.37 (ruby-3.4.4).
125
125
  </div>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Fri Aug 22 08:31:22 2025 by
135
+ Generated on Mon Aug 25 10:59:28 2025 by
136
136
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.9.37 (ruby-3.4.4).
138
138
  </div>
@@ -137,7 +137,7 @@ if an aggregation should be filtered in a CTE, final pass, or both.</p>
137
137
 
138
138
 
139
139
 
140
- <span class="summary_desc"><div class='inline'><p>When an array dimension is projected and it is filtered in the where clause, some dbs like Druid needs a having clause to ensure the projected set matches the filtered set.</p>
140
+ <span class="summary_desc"><div class='inline'><p>When an array dimension is projected and it is filtered in the where clause, some db&#39;s like Druid needs a having clause to ensure the projected set matches the filtered set.</p>
141
141
  </div></span>
142
142
 
143
143
  </li>
@@ -206,8 +206,7 @@ if an aggregation should be filtered in a CTE, final pass, or both.</p>
206
206
 
207
207
 
208
208
 
209
- <span class="summary_desc"><div class='inline'>
210
- </div></span>
209
+ <span class="summary_desc"><div class='inline'></div></span>
211
210
 
212
211
  </li>
213
212
 
@@ -275,8 +274,7 @@ if an aggregation should be filtered in a CTE, final pass, or both.</p>
275
274
 
276
275
 
277
276
 
278
- <span class="summary_desc"><div class='inline'>
279
- </div></span>
277
+ <span class="summary_desc"><div class='inline'></div></span>
280
278
 
281
279
  </li>
282
280
 
@@ -298,8 +296,7 @@ if an aggregation should be filtered in a CTE, final pass, or both.</p>
298
296
 
299
297
 
300
298
 
301
- <span class="summary_desc"><div class='inline'>
302
- </div></span>
299
+ <span class="summary_desc"><div class='inline'></div></span>
303
300
 
304
301
  </li>
305
302
 
@@ -348,7 +345,7 @@ if an aggregation should be filtered in a CTE, final pass, or both.</p>
348
345
  </h3><div class="docstring">
349
346
  <div class="discussion">
350
347
  <p>When an array dimension is projected and it is filtered
351
- in the where clause, some dbs like Druid needs a
348
+ in the where clause, some db&#39;s like Druid needs a
352
349
  having clause to ensure the projected set matches
353
350
  the filtered set.</p>
354
351
 
@@ -503,7 +500,6 @@ to get all inclusive data for that date.</p>
503
500
  <div class="discussion">
504
501
 
505
502
 
506
-
507
503
  </div>
508
504
  </div>
509
505
  <div class="tags">
@@ -641,7 +637,6 @@ just the first one.</p>
641
637
  <div class="discussion">
642
638
 
643
639
 
644
-
645
640
  </div>
646
641
  </div>
647
642
  <div class="tags">
@@ -757,7 +752,7 @@ Could be one off cte, subquery, temp (future view, permanent)</p>
757
752
  </div>
758
753
 
759
754
  <div id="footer">
760
- Generated on Fri Aug 22 08:31:21 2025 by
755
+ Generated on Mon Aug 25 10:59:28 2025 by
761
756
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
762
757
  0.9.37 (ruby-3.4.4).
763
758
  </div>
@@ -93,7 +93,7 @@
93
93
  <p>This module will handle database features that one might be
94
94
  interested in. Not every database necessarily supports
95
95
  all ANSI SQL features. This minimal at this point and focused
96
- on analytical Query use cases for Strata [https://www.strata.site]</p>
96
+ on analytical Query use cases for Strata [<a href="https://www.strata.site">https://www.strata.site</a>]</p>
97
97
 
98
98
 
99
99
  </div>
@@ -133,8 +133,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
133
133
 
134
134
 
135
135
 
136
- <span class="summary_desc"><div class='inline'>
137
- </div></span>
136
+ <span class="summary_desc"><div class='inline'></div></span>
138
137
 
139
138
  </li>
140
139
 
@@ -156,8 +155,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
156
155
 
157
156
 
158
157
 
159
- <span class="summary_desc"><div class='inline'>
160
- </div></span>
158
+ <span class="summary_desc"><div class='inline'></div></span>
161
159
 
162
160
  </li>
163
161
 
@@ -179,8 +177,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
179
177
 
180
178
 
181
179
 
182
- <span class="summary_desc"><div class='inline'>
183
- </div></span>
180
+ <span class="summary_desc"><div class='inline'></div></span>
184
181
 
185
182
  </li>
186
183
 
@@ -202,8 +199,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
202
199
 
203
200
 
204
201
 
205
- <span class="summary_desc"><div class='inline'>
206
- </div></span>
202
+ <span class="summary_desc"><div class='inline'></div></span>
207
203
 
208
204
  </li>
209
205
 
@@ -225,8 +221,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
225
221
 
226
222
 
227
223
 
228
- <span class="summary_desc"><div class='inline'>
229
- </div></span>
224
+ <span class="summary_desc"><div class='inline'></div></span>
230
225
 
231
226
  </li>
232
227
 
@@ -248,8 +243,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
248
243
 
249
244
 
250
245
 
251
- <span class="summary_desc"><div class='inline'>
252
- </div></span>
246
+ <span class="summary_desc"><div class='inline'></div></span>
253
247
 
254
248
  </li>
255
249
 
@@ -271,8 +265,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
271
265
 
272
266
 
273
267
 
274
- <span class="summary_desc"><div class='inline'>
275
- </div></span>
268
+ <span class="summary_desc"><div class='inline'></div></span>
276
269
 
277
270
  </li>
278
271
 
@@ -294,8 +287,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
294
287
 
295
288
 
296
289
 
297
- <span class="summary_desc"><div class='inline'>
298
- </div></span>
290
+ <span class="summary_desc"><div class='inline'></div></span>
299
291
 
300
292
  </li>
301
293
 
@@ -322,7 +314,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
322
314
  <div class="discussion">
323
315
 
324
316
 
325
-
326
317
  </div>
327
318
  </div>
328
319
  <div class="tags">
@@ -375,7 +366,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
375
366
  <div class="discussion">
376
367
 
377
368
 
378
-
379
369
  </div>
380
370
  </div>
381
371
  <div class="tags">
@@ -428,7 +418,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
428
418
  <div class="discussion">
429
419
 
430
420
 
431
-
432
421
  </div>
433
422
  </div>
434
423
  <div class="tags">
@@ -481,7 +470,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
481
470
  <div class="discussion">
482
471
 
483
472
 
484
-
485
473
  </div>
486
474
  </div>
487
475
  <div class="tags">
@@ -534,7 +522,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
534
522
  <div class="discussion">
535
523
 
536
524
 
537
-
538
525
  </div>
539
526
  </div>
540
527
  <div class="tags">
@@ -587,7 +574,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
587
574
  <div class="discussion">
588
575
 
589
576
 
590
-
591
577
  </div>
592
578
  </div>
593
579
  <div class="tags">
@@ -640,7 +626,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
640
626
  <div class="discussion">
641
627
 
642
628
 
643
-
644
629
  </div>
645
630
  </div>
646
631
  <div class="tags">
@@ -693,7 +678,6 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
693
678
  <div class="discussion">
694
679
 
695
680
 
696
-
697
681
  </div>
698
682
  </div>
699
683
  <div class="tags">
@@ -738,7 +722,7 @@ on analytical Query use cases for Strata [https://www.strata.site]</p>
738
722
  </div>
739
723
 
740
724
  <div id="footer">
741
- Generated on Fri Aug 22 08:31:21 2025 by
725
+ Generated on Mon Aug 25 10:59:28 2025 by
742
726
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
743
727
  0.9.37 (ruby-3.4.4).
744
728
  </div>
data/docs/DWH/Column.html CHANGED
@@ -330,8 +330,7 @@
330
330
 
331
331
 
332
332
 
333
- <span class="summary_desc"><div class='inline'>
334
- </div></span>
333
+ <span class="summary_desc"><div class='inline'></div></span>
335
334
 
336
335
  </li>
337
336
 
@@ -378,8 +377,7 @@
378
377
 
379
378
 
380
379
 
381
- <span class="summary_desc"><div class='inline'>
382
- </div></span>
380
+ <span class="summary_desc"><div class='inline'></div></span>
383
381
 
384
382
  </li>
385
383
 
@@ -401,8 +399,7 @@
401
399
 
402
400
 
403
401
 
404
- <span class="summary_desc"><div class='inline'>
405
- </div></span>
402
+ <span class="summary_desc"><div class='inline'></div></span>
406
403
 
407
404
  </li>
408
405
 
@@ -424,8 +421,7 @@
424
421
 
425
422
 
426
423
 
427
- <span class="summary_desc"><div class='inline'>
428
- </div></span>
424
+ <span class="summary_desc"><div class='inline'></div></span>
429
425
 
430
426
  </li>
431
427
 
@@ -447,8 +443,7 @@
447
443
 
448
444
 
449
445
 
450
- <span class="summary_desc"><div class='inline'>
451
- </div></span>
446
+ <span class="summary_desc"><div class='inline'></div></span>
452
447
 
453
448
  </li>
454
449
 
@@ -470,8 +465,7 @@
470
465
 
471
466
 
472
467
 
473
- <span class="summary_desc"><div class='inline'>
474
- </div></span>
468
+ <span class="summary_desc"><div class='inline'></div></span>
475
469
 
476
470
  </li>
477
471
 
@@ -809,7 +803,6 @@
809
803
  <div class="discussion">
810
804
 
811
805
 
812
-
813
806
  </div>
814
807
  </div>
815
808
  <div class="tags">
@@ -862,7 +855,6 @@
862
855
  <div class="discussion">
863
856
 
864
857
 
865
-
866
858
  </div>
867
859
  </div>
868
860
  <div class="tags">
@@ -1105,7 +1097,7 @@
1105
1097
  </div>
1106
1098
 
1107
1099
  <div id="footer">
1108
- Generated on Fri Aug 22 08:31:22 2025 by
1100
+ Generated on Mon Aug 25 10:59:28 2025 by
1109
1101
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1110
1102
  0.9.37 (ruby-3.4.4).
1111
1103
  </div>
@@ -133,7 +133,7 @@ adapter was configured and instantiated.</p>
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri Aug 22 08:31:22 2025 by
136
+ Generated on Mon Aug 25 10:59:28 2025 by
137
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.9.37 (ruby-3.4.4).
139
139
  </div>
@@ -133,7 +133,7 @@ obtain a connection for the target database.</p>
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri Aug 22 08:31:22 2025 by
136
+ Generated on Mon Aug 25 10:59:28 2025 by
137
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.9.37 (ruby-3.4.4).
139
139
  </div>
@@ -128,7 +128,7 @@
128
128
  </div>
129
129
 
130
130
  <div id="footer">
131
- Generated on Fri Aug 22 08:31:22 2025 by
131
+ Generated on Mon Aug 25 10:59:28 2025 by
132
132
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
133
133
  0.9.37 (ruby-3.4.4).
134
134
  </div>
@@ -133,7 +133,7 @@ to execute calls against the remote db server.</p>
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri Aug 22 08:31:22 2025 by
136
+ Generated on Mon Aug 25 10:59:28 2025 by
137
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.9.37 (ruby-3.4.4).
139
139
  </div>
@@ -1123,7 +1123,7 @@ unused or idle connections.</p>
1123
1123
  </div>
1124
1124
 
1125
1125
  <div id="footer">
1126
- Generated on Fri Aug 22 08:31:21 2025 by
1126
+ Generated on Mon Aug 25 10:59:27 2025 by
1127
1127
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1128
1128
  0.9.37 (ruby-3.4.4).
1129
1129
  </div>
@@ -223,7 +223,7 @@ in list is NOT in the array column/exp.</p>
223
223
 
224
224
  &mdash;
225
225
  <div class='inline'><ul>
226
- <li>sql expression</li>
226
+ <li>sql expression</li>
227
227
  </ul>
228
228
  </div>
229
229
 
@@ -240,7 +240,7 @@ in list is NOT in the array column/exp.</p>
240
240
 
241
241
  &mdash;
242
242
  <div class='inline'><ul>
243
- <li>comma separated list</li>
243
+ <li>comma separated list</li>
244
244
  </ul>
245
245
  </div>
246
246
 
@@ -259,7 +259,7 @@ in list is NOT in the array column/exp.</p>
259
259
 
260
260
 
261
261
 
262
- <div class='inline'><p>UnsupportedCapability if the db doesnt support array functions.</p>
262
+ <div class='inline'><p>UnsupportedCapability if the db doesn&#39;t support array functions.</p>
263
263
  </div>
264
264
 
265
265
  </li>
@@ -323,7 +323,7 @@ in list is in the array column/exp.</p>
323
323
 
324
324
  &mdash;
325
325
  <div class='inline'><ul>
326
- <li>sql expression</li>
326
+ <li>sql expression</li>
327
327
  </ul>
328
328
  </div>
329
329
 
@@ -340,7 +340,7 @@ in list is in the array column/exp.</p>
340
340
 
341
341
  &mdash;
342
342
  <div class='inline'><ul>
343
- <li>comma separated list</li>
343
+ <li>comma separated list</li>
344
344
  </ul>
345
345
  </div>
346
346
 
@@ -359,7 +359,7 @@ in list is in the array column/exp.</p>
359
359
 
360
360
 
361
361
 
362
- <div class='inline'><p>UnsupportedCapability if the db doesnt support array functions.</p>
362
+ <div class='inline'><p>UnsupportedCapability if the db doesn&#39;t support array functions.</p>
363
363
  </div>
364
364
 
365
365
  </li>
@@ -454,7 +454,7 @@ in list is in the array column/exp.</p>
454
454
 
455
455
 
456
456
 
457
- <div class='inline'><p>UnsupportedCapability if the db doesnt support array functions.</p>
457
+ <div class='inline'><p>UnsupportedCapability if the db doesn&#39;t support array functions.</p>
458
458
  </div>
459
459
 
460
460
  </li>
@@ -495,7 +495,7 @@ in list is in the array column/exp.</p>
495
495
  </div>
496
496
 
497
497
  <div id="footer">
498
- Generated on Fri Aug 22 08:31:21 2025 by
498
+ Generated on Mon Aug 25 10:59:28 2025 by
499
499
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
500
500
  0.9.37 (ruby-3.4.4).
501
501
  </div>
@@ -451,8 +451,7 @@ a date part.</p>
451
451
 
452
452
 
453
453
 
454
- <span class="summary_desc"><div class='inline'>
455
- </div></span>
454
+ <span class="summary_desc"><div class='inline'></div></span>
456
455
 
457
456
  </li>
458
457
 
@@ -1175,7 +1174,7 @@ from the default, we need to adjust</p>
1175
1174
 
1176
1175
  </h3><div class="docstring">
1177
1176
  <div class="discussion">
1178
- <p>Generates a valid date literal string. Most dbs
1177
+ <p>Generates a valid date literal string. Most db&#39;s
1179
1178
  this is just single quoted value while others require
1180
1179
  a date declaration.</p>
1181
1180
 
@@ -1277,7 +1276,6 @@ for the target db.</p>
1277
1276
  <div class="discussion">
1278
1277
 
1279
1278
 
1280
-
1281
1279
  </div>
1282
1280
  </div>
1283
1281
  <div class="tags">
@@ -1419,8 +1417,8 @@ the db is currently setup. Should be either monday or sunday</p>
1419
1417
  <strong>Note:</strong>
1420
1418
  <div class='inline'><p>When truncating a literal date rather than an
1421
1419
  expression, the date_literal function should be called on
1422
- it first. e.g. truncate_date(week’, date_lit(2025-08-06))
1423
- For many dbs it wont matter, but some require date literals
1420
+ it first. e.g. truncate_date(&#39;week&#39;, date_lit(&#39;2025-08-06&#39;))
1421
+ For many dbs it won&#39;t matter, but some require date literals
1424
1422
  to be specified.</p>
1425
1423
  </div>
1426
1424
  </div>
@@ -1634,7 +1632,7 @@ SQL Server ==&gt; DATETRUNC(week, &#39;my_date_col&#39;)</code></pre>
1634
1632
  </div>
1635
1633
 
1636
1634
  <div id="footer">
1637
- Generated on Fri Aug 22 08:31:21 2025 by
1635
+ Generated on Mon Aug 25 10:59:28 2025 by
1638
1636
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1639
1637
  0.9.37 (ruby-3.4.4).
1640
1638
  </div>