3.2.0
What's Changed
- fixes OOM error with multiple decimal points in a number literal by @uklimaschewski in #413
- adds single quote string literal by @Snownee in #416
- fixes equals and not equals comparison to ignore decimal scale by @uklimaschewski in #421
- #428 - fixes inconsistent equals behavior (main) by @uklimaschewski in #431
- #427 Lazy operands for short-circuit evaluation of logic operators by @stevenylai in #432
- #357 Provide a copy constructor / function by @stevenylai in #433
- adds more tests and documentation for copy api by @uklimaschewski in #434
- #435 Fix zero with scale to boolean (main) by @stevenylai in #437
- allows Java arrays as input parameters for lists by @uklimaschewski in #441
- allows all array types as input parameter by @uklimaschewski in #447
- adds all primitive array types as possible input parameter by @uklimaschewski in #448
- The SUM, MIN and MAX functions now also can handle ARRAY parameter ty… by @uklimaschewski
- Add functions STR_STARTS_WITH and STR_ENDS_WITH by @oswaldobapvicjr in #450
- Fix Javadoc issues by @oswaldobapvicjr in #454
- Add functions DT_NOW and DT_TODAY by @oswaldobapvicjr in #453
New Contributors
- @Snownee made their first contribution in #416
- @oswaldobapvicjr made their first contribution in #450
Full Changelog: 3.1.0...3.2.0