Skip to content

Releases: tekumara/fakesnow

v0.7.1

27 Dec 07:04
9e7ea87
Compare
Choose a tag to compare

0.7.1 (2023-12-27)

Bug Fixes

  • No module named 'pandas.core.arrays.arrow.dtype' (6ed1d2a)

Chores

v0.7.0

09 Sep 06:14
ebe6549
Compare
Choose a tag to compare

0.7.0 (2023-09-09)

Features

  • add information_schema.databases (6953d00), closes #22

v0.6.0

20 Aug 07:21
968aedd
Compare
Choose a tag to compare

0.6.0 (2023-08-19)

Features

  • dictionary params (01ce713)
  • support describe and info schema for ARRAY and OBJECT (0826d1c)
  • to_decimal, to_number, to_numeric (8c19a8b)

Chores

v0.5.1

24 Jul 12:08
8864c3e
Compare
Choose a tag to compare

0.5.1 (2023-07-24)

Bug Fixes

  • describe on INTEGER column type in info schema (652525d), closes #16

v0.5.0

23 Jul 12:34
3d9595a
Compare
Choose a tag to compare

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

16 Jul 11:57
27025f8
Compare
Choose a tag to compare

0.4.1 (2023-07-16)

Bug Fixes

  • remove stray debugging print (0ecc853)

v0.4.0

16 Jul 11:30
ee62c20
Compare
Choose a tag to compare

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

15 Jul 01:01
Compare
Choose a tag to compare

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

v0.2.0

24 Jun 05:18
75d9877
Compare
Choose a tag to compare

0.2.0 (2023-06-24)

Features

  • support commit and rollback on connection (c5520b0), closes #6

Bug Fixes

  • describe to work with parameterized SQL queries (#7) (1adaad0)
  • No module named 'pandas' when using pdm (f60d45d), closes #5

v0.1.0

21 Jun 02:35
d9d26a3
Compare
Choose a tag to compare

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

Documentation