Skip to content

Commit 4a610df

Browse files
authored
bump version and update changelog for 1.4.0 (#316)
1 parent 15f1af9 commit 4a610df

File tree

3 files changed

+12
-208
lines changed

3 files changed

+12
-208
lines changed

DESCRIPTION.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ Source code is also available at:
99

1010
# Release Notes
1111

12-
- v1.3.5(Unreleased)
13-
14-
- Fixed a bug where insert with autoincrement failed due to incompatible column type affinity #124
15-
- Fixed a bug when creating a column with sequence, default value was set incorrectly
12+
- v1.4.0(July 19, 2022)
13+
14+
- Added support for `regexp_match`, `regexp_replace` in `sqlalchemy.sql.expression.ColumnOperators`.
15+
- Added support for Identity Column.
16+
- Added support for handling literals value of sql type `Date`, `DateTime`, `Time`, `Float` and `Numeric`, and converting the values into corresponding Python objects.
17+
- Added support for `get_sequence_names` in `SnowflakeDialect`.
18+
- Fixed a bug where insert with autoincrement failed due to incompatible column type affinity #124.
19+
- Fixed a bug when creating a column with sequence, default value was set incorrectly.
20+
- Fixed a bug that identifier having percents in a compiled statement was not interpolated.
21+
- Fixed a bug when visiting sequence value from another schema, the sequence name is not formatted with the schema name.
22+
- Fixed a bug where the sequence order of columns were not maintained when retrieving primary keys and foreign keys for a table.
1623

1724
- v1.3.4(April 27,2022)
1825

DESCRIPTION.rst

Lines changed: 0 additions & 203 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 1
33

44
[metadata]
55
name = snowflake-sqlalchemy
6-
version = 1.3.4
6+
version = 1.4.0
77
description = Snowflake SQLAlchemy Dialect
88
long_description = file: DESCRIPTION.md
99
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)