Releases: tekumara/fakesnow
Releases · tekumara/fakesnow
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
0.5.0 (2023-07-23)
Features
- cursor sqlstate (04aa92e)
- sqlid (18985e9)
- support BINARY type in description and info schema (32d5952)
- support TIME in description & TIMESTAMP in info schema (7014d8d)
Bug Fixes
- info schema now returns FLOAT types correctly (55d84c1)
Chores
- add test coverage for BOOLEAN in info schema (9c4f254)
v0.4.1
v0.4.0
0.4.0 (2023-07-16)
Features
- support indices on variants (8269552)
- support regexp_substr (98abc33)
- very basic rowcount support (d1116d8)
Bug Fixes
- dataframe integer columns are int64 (13d36df)
- info schema now returns NUMBER for numeric types (b108110)
- info schema now returns TEXT for text types (3ea4f5f)
- support parse_json on values columns (d5198b8)
Chores
- remove unneeded type ignore (5214ff9)
v0.3.0
0.3.0 (2023-07-15)
Features
- info schema columns returns lengths for text types (edb91e5), closes #11
- support ALTER TABLE .. SET COMMENT (6470bae)
- support setting the timezone (228e884)
- support timestamp_ntz(9) as a table column (ef28927)
- treat float as 64 bit (cce50ba)
Bug Fixes
- alter table .. add column (612e1aa)
- fetchone() when using DictCursor (e1e50f7)
- match snowflake's integer precision (49afda2), closes #12
Chores
- bump sqlglot 16.8.1 (8f30d1a)
v0.2.0
v0.1.0
0.1.0 (2023-06-20)
Features
- cursor description (d7d0bb3)
- describe supports more column types (b16175d)
- support executemany (94f17b2)
- support object_construct (6d3e82a)
- support pyformat style params (3ba53f9)
- support write_pandas for dataframes with dict values (ba210cd)
- support write_pandas with partial columns (02fd6a4)
- to_date supports timestamp(9) (2263430)
Bug Fixes
- don't order object keys alphabetically (cbef428)
- object_construct now supports different types (fa50752)
- remove docformatter (890f1df), closes #1