What's Changed
- Adding MariaDB bulk execution functionality. by @lawrinn in #408
- Fix PoolConstraints infinite wait when the max value Is zero by @powerumc in #398
Breaking
- New variants for
DriverErrorenum added:DriverError::ParamsDriverError::BulkExecute
- Some variants for
DriverErrorwere removed:DriverError::MissingNamedParameter— moved under the newDriverError::ParamsvariantDriverError::NamedParamsForPositionalQuery— moved under the newDriverError::Paramsvariant
DriverErrorno longer implementsEq
New Contributors
Full Changelog: v26.0.1...v27.0.0