mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00

BREAKING CHANGE: some columns in `query!()` et. al. output will change from `T` to `Option<T>` breakage should be minimal in practice as these columns will need to have been manually overridden anyway to avoid runtime errors Signed-off-by: Austin Bonander <austin@launchbadge.com>