Skip to content

Releases: leonardovida/duckdb-sqlalchemy

v1.4.4.3

21 Feb 10:10

Choose a tag to compare

Bug Fixes

  • fix USMALLINT max range handling to cover the full 0..65535 domain
  • preserve NULL MAP values as None in Python instead of coercing to an empty dict

Tooling

  • add .codex/environments/environment.toml with local test/lint/type-check actions

v1.4.4.2

05 Feb 21:53
2efc0af

Choose a tag to compare

What's Changed

Full Changelog: v1.4.4.1...v1.4.4.2

v1.4.4.1

05 Feb 13:03
4c5c72b

Choose a tag to compare

Documentation

  • document DuckDB multiprocessing fork-safety caveat and spawn/forkserver workaround

v1.4.4

03 Feb 10:06
0a73352

Choose a tag to compare

  • align package version with supported DuckDB 1.4.4\n- update test matrix and lockfile to DuckDB 1.4.4\n- no functional changes from 1.4.3

v1.4.3

15 Jan 11:19
ebf0d60

Choose a tag to compare

Versioning

  • Align package version with supported DuckDB version (1.4.x)
  • This release contains no functional changes from 0.19.3

The package version is now aligned with the latest supported DuckDB version to make it clearer which DuckDB versions are supported by this dialect.

v0.19.3

28 Dec 11:16
88b4ab1

Choose a tag to compare

Documentation

Publish GitHub Pages docs site with navigation

  • add overview, getting started, migration guide, and SEO checklist
  • add llms.txt and improve docs discoverability links

Metadata

  • expand PyPI metadata (keywords, classifiers, documentation URL)

Compatibility

  • Python 3.9+
  • SQLAlchemy 1.3.22+ (2.x recommended)
  • DuckDB 1.3.0+ (1.4.3 recommended)

v0.19.2

28 Dec 10:44
1d92153

Choose a tag to compare

Documentation

  • expand docs guides with additional examples and configuration notes
  • refine README wording for a more professional tone

Bug Fixes

  • default empty database URLs to :memory: and use SingletonThreadPool for in-memory pooling

Miscellaneous

  • bump package version to 0.19.2

v0.19.1

26 Dec 22:24
3f7c7ed

Choose a tag to compare

Changes

  • Streamlined README with production-focused messaging
  • Updated DuckDB compatibility requirement to 1.3.0+ (1.4.3 recommended)
  • Cleaned up badges (kept PyPI version, downloads, codecov)
  • Removed conda-forge reference
  • Added CLAUDE.md for AI-assisted development

v0.19.0

24 Dec 17:01

Choose a tag to compare

Documentation

  • overhaul README with long-term support positioning, expanded quick starts, and URL/pooling guidance
  • add CI and license badges plus clearer compatibility and support policy sections
  • reorganize docs/examples pointers for faster onboarding