Connections
v0.1.7 - 2025-01-01
Fixed
v0.1.6 - 2025-03-18
Added
- Add
csv
as an optional dependency.
v0.1.5 - 2025-03-17
Added
- Support inline unique definition in SQLite
v0.1.4 - 2025-03-14
Changed
- Remove
exception
logs from connections
v0.1.3 - 2025-03-13
Fixed
- Adjustments for limit in CSV Connection
v0.1.2 - 2025-03-02
Added
v0.1.1 - 2025-02-25
Fixed
v0.1.0 - 2025-02-24
Changed
- Builder helpers
- Conditions
Fixes
- Disable locking in SQLite connection.
Added
- Postgres locking with
SELECT FOR UPDATE
.
Fixes
Added
- Postgres async connection.
Added
- Async connections support.
Changed
- Use 'JSONB' instead of 'JSON' in Postgres connections.
Fixed
- Error messages (error-messages)
- Postgres connection index retrieval (postgres-connection-index-retrieval)
Fixed
- Fixed postgres field update to DOUBLE PRECISION and BIGINT (postgres-field-update)
Added
- Nested types (nested-types)
Added
- Added ability to use math expressions in annotations. (math-expressions)
Added
- Documentation via docstrings (documentation)
Changed
- PostgresConnection: autocommit=True by default (autocommit-true)
Fixed
- Fixed dependencies (fixed-dependencies)
v0.0.9 - 2024-08-02
Added
- Typing added (typing-added)