Skip to content

Releases: tekumara/fakesnow

v0.9.13

08 May 02:05
21d28bb
Compare
Choose a tag to compare

0.9.13 (2024-05-08)

Features

  • nop regexes to ignore unimplemented commands (f3783bb)

Chores

v0.9.11

07 May 01:55
a94d1e9
Compare
Choose a tag to compare

0.9.11 (2024-05-07)

Bug Fixes

  • write_pandas using database and schema params (d210c0b)

v0.9.10

05 May 11:50
536e953
Compare
Choose a tag to compare

0.9.10 (2024-05-05)

Features

  • support CREATE TABLE .. CLONE (ad049d9)

Chores

  • deps-dev: bump pyright from 1.1.355 to 1.1.361 (#85) (adfa9f0)
  • deps: update ruff requirement from ~=0.3.2 to ~=0.4.2 (#86) (d2ec882)

v0.9.9

01 May 12:14
0db5a26
Compare
Choose a tag to compare

0.9.9 (2024-05-01)

Bug Fixes

  • CREATE TABLE AS with aliases and combined fields (dbffa01), closes #82
  • patching in fakesnow.ipynb (388c0ef)

Chores

v0.9.8

19 Apr 06:36
62c7661
Compare
Choose a tag to compare

0.9.8 (2024-04-19)

Features

  • support trim with numeric and variant types (#69) (00ab619)

Bug Fixes

  • don't double transform cur.description sql (76551ef), closes #61
  • GET_PATH precedence for JSONExtractScalar (#78) (8a888a1)
  • json extraction: only return string when casting to varchar (#77) (173344e)

v0.9.7

17 Apr 21:11
c056a35
Compare
Choose a tag to compare

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

v0.9.6

24 Mar 02:03
110a940
Compare
Choose a tag to compare

0.9.6 (2024-03-24)

Features

  • support sqlalchemy metadata reflection (#55) (904156c)

Chores

  • add ruff-format (cruft update) (46fd572)
  • deps-dev: bump pyright from 1.1.330 to 1.1.355 (#58) (9060a2e)

v0.9.5

23 Feb 23:21
8ce9046
Compare
Choose a tag to compare

0.9.5 (2024-02-23)

Features

  • SHOW PRIMARY KEYS + description for CREATE VIEW + fix information_schema.columns to work with sqlalchemy (#52) (ff0ab13)

Bug Fixes

  • GET_PATH has higher precedence than comparison operators (91c57a5), closes #53

v0.9.4

18 Feb 21:10
54e661f
Compare
Choose a tag to compare

0.9.4 (2024-02-18)

Features

  • implement information_schema.views (#50) (c6d0bab)

v0.9.3

17 Feb 07:24
edbb059
Compare
Choose a tag to compare

0.9.3 (2024-02-17)

Features

  • connection close (2715d04), closes #45
  • support snowflake.connector.paramstyle (524d136), closes #46