Releases: tekumara/fakesnow
Releases · tekumara/fakesnow
v0.9.49
0.9.49 (2025-07-28)
Features
Bug Fixes
- ALTER TABLE ADD COLUMN IF NOT EXISTS for multiple columns (#248) (82ac939)
v0.9.48
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
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
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
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
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
0.9.43 (2025-06-28)
Features
- server: return database and schema on login and query (c5868bc)
v0.9.42
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.40
0.9.40 (2025-06-10)
Features
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)