v0.5.0-alpha
Pre-release
Pre-release
What's Changed
- Updating docs by @mjovanc in #172
- Added mysql subquery support. Added alias to subquery by @chaseWillden in #173
- Adding docs badge by @mjovanc in #174
- Updating supported databases section by @mjovanc in #178
- Update docs by @chaseWillden in #180
- Implements Oracle by @chaseWillden in #176
- Implement MSSQL by @chaseWillden in #184
- Fix password complexity by @chaseWillden in #193
- Fix MSSQL password complexity in docker-compose by @chaseWillden in #196
- Switch printlns to log crate statements by @chaseWillden in #197
- Escape single quotes on insert by @chaseWillden in #198
- Remove all connections from structs to prevent borrowing issues by @chaseWillden in #199
- Adding new macro, sql! by @chaseWillden in #202
- Add raw_execute to oracle by @chaseWillden in #204
- Add raw_execute to mssql and mysql by @chaseWillden in #205
- Cleanup and rust docs by @mjovanc in #206
- Add raw_execute outside of select by @chaseWillden in #210
- Implementing MariaDB by @mjovanc in #211
- Adding missing configuration for package.metadata.docs.rs by @mjovanc in #212
- Updating logo link in README by @mjovanc in #213
- Cleanup by @mjovanc in #214
Full Changelog: v0.4.0...v0.5.0