Skip to content

v0.9.7

Compare
Choose a tag to compare
@potatobot-prime potatobot-prime released this 17 Apr 21:11
c056a35

0.9.7 (2024-04-08)

Features

  • add TRY_PARSE_JSON (#67) (5ebf0ba)
  • add TRY_TO_{DECIMAL,...} (#68) (5903af6)
  • cast string literals to timestamp in dateadd (#72) (5af0a36)
  • cast string literals to timestamp in datediff (#79) (c8d7b26)
  • mimic dateadd with date + day/week/month/year (#71) (6a8ebe2)
  • support sha2 and sha2_hex with digest size of 256 (#63) (ce345e9)

Bug Fixes

  • remove only null key/values in object_construct (#74) (d09edb6)
  • write_pandas quotes columns when inserting dataframe (#65) (f62ab03)

Chores