Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

- [#60](https://github.com/bobozaur/sqlx-exasol/pull/60): Remove obsolete documentation
- Removes the documented limitation that `sqlx-exasol` and `sqlx` cannot be used within the same crate when macros are involved.

## [0.9.2] - 2026-01-23

### Fixed

- [#59](https://github.com/bobozaur/sqlx-exasol/pull/59): More closely mimic sqlx feature flags
- mimic `sqlx` feature flags more closely to avoid surprises
- fix `docs.rs` build
- add `cargo docs-rs` CI job
- selective re-exports from `sqlx` and `sqlx-core`
- add latest Exasol IO tests to publish workflow
- Mimic `sqlx` feature flags more closely to avoid surprises
- Fix `docs.rs` build
- Add `cargo docs-rs` CI job
- Selective re-exports from `sqlx` and `sqlx-core`
- Add latest Exasol IO tests to publish workflow

## [0.9.1] - 2026-01-22

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ it can do all the drivers shipped with `sqlx` do, with some caveats:

- Limitations
- separate CLI utility (`sqlx-exasol` instead of `sqlx`)
- compile time query macros cannot work along the ones from `sqlx` within the same crate
- no locking migrations support<sup>[1](#no_locks)</sup>
- no column nullability checks<sup>[2](#nullable)</sup>

Expand Down
1 change: 0 additions & 1 deletion src/lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ it can do all the drivers shipped with `sqlx` do, with some caveats:

- Limitations
- separate CLI utility (`sqlx-exasol` instead of `sqlx`)
- compile time query macros cannot work along the ones from `sqlx` within the same crate
- no locking migrations support<sup>[1](#no_locks)</sup>
- no column nullability checks<sup>[2](#nullable)</sup>

Expand Down