Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 17:08
· 68 commits to main since this release
ec24633
  • Allow DateTime64 shorthand for DateTime64(3)
  • Allow Decimal shorthand for Decimal(10, 0)
  • Make datatypes case insensitive
  • When introspection returns no columns (parameterized view issue), preserve any manually written columns
  • Correct support for casting from JSON Objects paramters to named Tuples, and JSON Arrays to anonymous tuples
  • Fix printing tuples in bound parameters