Skip to content

Releases: tekumara/fakesnow

v0.11.3

25 Feb 01:51
739bcaf

Choose a tag to compare

0.11.3 (2026-02-25)

Bug Fixes

  • bracket access for object keys containing special characters (e.g. periods) (#309) (a4d8f3f)

v0.11.2

14 Feb 05:55
be614cf

Choose a tag to compare

0.11.2 (2026-02-14)

Features

  • COPY INTO with MATCH_BY_COLUMN_NAME (#307) (7ee426c)
  • server: provide option to set host address (#304) (2b9097c)

Chores

  • deps-dev: bump pyright from 1.1.407 to 1.1.408 in the pip group (#305) (65f5381)
  • deps: update sqlglot requirement from ~=28.5.0 to ~=28.7.0 (#306) (1c4c46c)

v0.11.1

07 Jan 09:22
09962f4

Choose a tag to compare

0.11.1 (2026-01-07)

Bug Fixes

  • ArrowInvalid when returning timestamps (de621c9)
  • do not propagate IF NOT EXISTS in ALTER TABLE to all columns (967fab6), closes #296
  • regex_substr when e parameter is used with no group_num (785b61e), closes #289
  • treat hex strings as binary (f907bbb), closes #301
  • use 127.0.0.1 instead of localhost when connecting to server (f0bdf0e), closes #300

Chores

  • deps-dev: bump the pip group with 2 updates (#298) (eab8957)
  • deps: update sqlglot requirement from ~=28.3.0 to ~=28.5.0 (#302) (1083d19)

v0.11.0

16 Dec 00:10
21287fb

Choose a tag to compare

0.11.0 (2025-12-15)

⚠ BREAKING CHANGES

  • remove support for python 3.9 because its EOL

Features

Bug Fixes

  • OBJECT_CONSTRUCT - drop null expressions (085aa4d)

Chores

  • bump duckdb 1.4.1 (73121bf)
  • bump sqlglot~=28.3.0 (10fd18f)
  • deps-dev: bump pyarrow-stubs from 20.0.0.20250928 to 20.0.0.20251107 in the pip group (#278) (b4613de)
  • deps-dev: bump pyright from 1.1.404 to 1.1.406 (#268) (c265221)
  • deps-dev: bump pyright from 1.1.406 to 1.1.407 (#274) (a382ec9)
  • deps-dev: bump the pip group with 2 updates (#275) (be6b599)
  • deps-dev: bump the pip group with 2 updates (#287) (9bf2776)
  • deps: bump actions/cache from 4 to 5 (#284) (68d9a97)
  • deps: bump actions/checkout from 4 to 6 (#282) (d060d2a)
  • deps: bump actions/create-github-app-token from 1 to 2 (#285) (f7d85d2)
  • deps: bump actions/setup-python from 5 to 6 (#286) (6ba1025)
  • deps: bump astral-sh/setup-uv from 3 to 7 (#283) (e24c5ef)
  • deps: bump pyarrow-stubs from 20.0.0.20250825 to 20.0.0.20250928 (#271) (50fd34f)
  • deps: bump pyright from 1.1.404 to 1.1.405 (#272) (a3eac9d)
  • deps: update ruff requirement from ~=0.12.7 to ~=0.13.2 (#273) (caacf93)
  • deps: update sqlglot requirement from ~=27.12.0 to ~=27.20.0 (#270) (073d0c3)
  • deps: update sqlglot requirement from ~=27.20.0 to ~=27.29.0 (#276) (f1472c6)
  • remove support for python 3.9 because its EOL (45c7578)

v0.10.2

28 Sep 00:39
4084fca

Choose a tag to compare

0.10.2 (2025-09-27)

Bug Fixes

  • MERGE support for expression in the join condition (27e88ae), closes #266
  • MERGE when using alias on source table (8798484), closes #265

v0.10.1

05 Sep 11:59
7def1e4

Choose a tag to compare

0.10.1 (2025-09-05)

Features

  • alter session QUOTED_IDENTIFIERS_IGNORE_CASE is no-op (89b45a9), closes #264

Chores

  • deps-dev: bump pyright from 1.1.403 to 1.1.404 (#262) (c726762)
  • deps: bump pyarrow-stubs from 20.0.0.20250716 to 20.0.0.20250825 (#260) (0b91898)
  • deps: bump pyright from 1.1.403 to 1.1.404 (#259) (cd59c2f)
  • deps: update sqlglot requirement from ~=27.7.0 to ~=27.10.0 (#261) (8deb200)

v0.10.0

23 Aug 23:45
bc11fc3

Choose a tag to compare

0.10.0 (2025-08-23)

⚠ BREAKING CHANGES

  • info schema: uppercase column names

Features

  • info schema: tables includes last_altered and row_count (6230f28), closes #134
  • support AUTOINCREMENT when creating table (5eedff2), closes #184
  • support sequences (79abda1), closes #44

Bug Fixes

  • info schema: uppercase column names (b05ee7f)

Chores

  • deps-dev: bump pyright from 1.1.402 to 1.1.403 (#253) (74c8126)
  • deps: bump pyarrow-stubs from 17.19 to 20.0.0.20250716 (#256) (f2506cf)
  • deps: bump pyright from 1.1.399 to 1.1.403 (#255) (92a96bf)
  • deps: update ruff requirement from ~=0.11.2 to ~=0.12.7 (#254) (291390d)
  • deps: update sqlglot requirement from ~=27.2.0 to ~=27.6.0 (#252) (dcd256a)
  • remove notebooks/ from .gitignore (69c715a)
  • update .gitignore (c5d3779)

v0.9.49

28 Jul 12:02
6dd7ccd

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

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

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)