File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.14.1 "
2+ "." : " 0.14.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.2] ( https://github.com/Mause/duckdb_engine/compare/v0.14.1...v0.14.2 ) (2025-01-10)
4+
5+
6+ ### Bug Fixes
7+
8+ * use full list of reserved words ([ 6dbadf1] ( https://github.com/Mause/duckdb_engine/commit/6dbadf1edfe6fd6f0c698b6dc12debb654dde8bc ) )
9+
310## [ 0.14.1] ( https://github.com/Mause/duckdb_engine/compare/v0.14.0...v0.14.1 ) (2025-01-10)
411
512
Original file line number Diff line number Diff line change 3939from .config import apply_config , get_core_config
4040from .datatypes import ISCHEMA_NAMES , register_extension_types
4141
42- __version__ = "0.14.1 "
42+ __version__ = "0.14.2 "
4343sqlalchemy_version = sqlalchemy .__version__
4444duckdb_version : str = duckdb .__version__
4545supports_attach : bool = duckdb_version >= "0.7.0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " duckdb_engine"
3- version = " 0.14.1 "
3+ version = " 0.14.2 "
44description = " SQLAlchemy driver for duckdb"
55authors = [" Elliana <me@mause.me>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments