Releases: CollierKing/sqlalchemy-cloudflare-d1
Releases · CollierKing/sqlalchemy-cloudflare-d1
v0.3.9
What's Changed
- Add concurrency tests for parallel query execution (Issue #20) by @CollierKing in #21
- Make base API URL configurable via env var and kwarg by @CollierKing in #23
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
- Add Time type support, update README type mapping (Issue #18) by @CollierKing in #19
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- Add Date type support (Issue #15) by @CollierKing in #17
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- Add DateTime support, fix D1_TYPE_ERROR on datetime inserts (Issue #13) by @CollierKing in #14
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Fix single-row results lost in cursor.description for WorkerConnection by @CollierKing in #11
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add LargeBinary support and ON CONFLICT test coverage (Issues #8 and #9) by @CollierKing in #10
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Fix Boolean columns returning strings instead of Python bool (Issue #6) by @CollierKing in #7
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Fix empty result set handling for D1 queries (Issue #4) by @CollierKing in #5
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add SQLAlchemy Core/ORM support for Python Workers and async engine by @CollierKing in #3
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Refactor compilers to inherit from SQLite base classes by @CollierKing in #2
Full Changelog: v0.2.0...v0.3.0