File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.6.5 "
2
+ "." : " 0.6.6 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.6] ( https://github.com/Mause/duckdb_engine/compare/v0.6.5...v0.6.6 ) (2022-12-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add missing data types ([ 92cef1b] ( https://github.com/Mause/duckdb_engine/commit/92cef1bf8f7fb12786675c450f8d134f9ed9104b ) )
9
+ * add missing integer data types ([ c7e9ccf] ( https://github.com/Mause/duckdb_engine/commit/c7e9ccf70a3f6baeca40909e18dfc628fa2401b1 ) )
10
+ * disable server side cursors ([ bae0a1c] ( https://github.com/Mause/duckdb_engine/commit/bae0a1c23879fac3d6bf910979a2923531128f83 ) )
11
+
3
12
## [ 0.6.5] ( https://github.com/Mause/duckdb_engine/compare/v0.6.4...v0.6.5 ) (2022-11-22)
4
13
5
14
Original file line number Diff line number Diff line change 12
12
from .config import apply_config , get_core_config
13
13
from .datatypes import register_extension_types
14
14
15
- __version__ = "0.6.5 "
15
+ __version__ = "0.6.6 "
16
16
17
17
if TYPE_CHECKING :
18
18
from sqlalchemy .base import Connection
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " duckdb_engine"
3
- version = " 0.6.5 "
3
+ version = " 0.6.6 "
4
4
description = " SQLAlchemy driver for duckdb"
5
5
authors = [" Elliana <me@mause.me>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments