v1.0.2
- Allow
DateTime64
shorthand forDateTime64(3)
- Allow
Decimal
shorthand forDecimal(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