Skip to content

Releases: tekumara/fakesnow

v0.9.49

28 Jul 12:02
6dd7ccd
Compare
Choose a tag to compare

0.9.49 (2025-07-28)

Features

Bug Fixes

  • ALTER TABLE ADD COLUMN IF NOT EXISTS for multiple columns (#248) (82ac939)

v0.9.48

19 Jul 07:51
c69f828
Compare
Choose a tag to compare

0.9.48 (2025-07-19)

Features

  • Add support for multi-column ALTER TABLE ADD COLUMN statements (#247) (4423059), closes #244
  • support DROP TAG as nop (5ac11ca), closes #245

Chores

  • deps: bump sqlglot~=27.1.0 (2529fef)

v0.9.47

15 Jul 12:09
22d6625
Compare
Choose a tag to compare

0.9.47 (2025-07-15)

Features

  • support * anywhere in CREATE TABLE AS .. SELECT *, .. (deb0706)

Bug Fixes

  • Support subqueries in CTAS with column list (#243) (9e61fb6)

v0.9.46

13 Jul 11:58
b6e6524
Compare
Choose a tag to compare

0.9.46 (2025-07-13)

Features

  • CREATE TABLE AS with schema (e56aa65), closes #235
  • support scale argument in to_timestamp function (#240) (be2cb62)

Chores

v0.9.45

11 Jul 12:46
5ea7643
Compare
Choose a tag to compare

0.9.45 (2025-07-11)

Features

Bug Fixes

  • support snowflake-connector-python==3.16.0 (7061490)

Chores

  • deps-dev: bump pyright from 1.1.401 to 1.1.402 (#234) (466a9f6)
  • deps: update sqlglot requirement from ~=26.24.0 to ~=26.33.0 (#233) (9cfcf6d)

v0.9.44

29 Jun 12:04
abe12ba
Compare
Choose a tag to compare

0.9.44 (2025-06-29)

Features

  • server: add -s option to start server from cli (e498522)
  • to_timestamp with seconds (db722d3), closes #220

Bug Fixes

  • server: exit cli with error if server can't start (1444232)

Chores

v0.9.43

28 Jun 03:51
4133dea
Compare
Choose a tag to compare

0.9.43 (2025-06-28)

Features

  • server: return database and schema on login and query (c5868bc)

v0.9.42

21 Jun 12:09
f32deba
Compare
Choose a tag to compare

0.9.42 (2025-06-21)

Features

  • LIST stage (3ae9994)
  • PUT when using in-process patching (7e23b04), closes #35
  • server: support duckb's CREATE SECRET (8bf03f6)
  • support COPY INTO from internal stage (02eae2b)
  • support COPY INTO with ON_ERROR = ? (80c18f8)
  • support COPY INTO with ON_ERROR = ABORT_STATEMENT (3a686a6)
  • support COPY INTO with PURGE = TRUE for internal stage files (a6578e5)
  • support COPY INTO without FILES (872e768)
  • support IDENTIFIER(?) in all statements (cede23c)
  • support PUT with qmark params (7bca3f6)
  • support PUT with quoted stage names (d880721)

Bug Fixes

  • error when creating stage that already exists (90d5587)

v0.9.41

11 Jun 21:26
c8ea1f5
Compare
Choose a tag to compare

0.9.41 (2025-06-11)

Bug Fixes

v0.9.40

10 Jun 12:40
11d4607
Compare
Choose a tag to compare

0.9.40 (2025-06-10)

Features

  • PUT now errors if stage doesn't exist (d6f13d3)
  • server: support basic PUT (#223) (f698b0f)
  • support ARRAY_CAT (41a632e)
  • support ARRAY_CONSTRUCT (96a0bb1)
  • support ARRAY_CONSTRUCT_COMPACT (86befb6)

Chores

  • deps-dev: bump pyright from 1.1.400 to 1.1.401 (#225) (5f537fd)
  • deps: update sqlglot requirement from ~=26.16.2 to ~=26.24.0 (#226) (182ce7e)