What's Changed
- Bump Npgsql from 6.0.2 to 8.0.3 in /Respawn.DatabaseTests by @dependabot[bot] in #138
- Update Microsoft.Data.SqlClient to 5.1.4 to address CVE-2023-36414 by @jellebuitenhuisis in #142
- Add support for custom delete statements by @cervengoc in #137
- Add ConfigureAwait(false) to async method calls, to prevent potential… by @Insire in #136
- support database names containing special characters by @alexmo16 in #144
- SqlServer reseed fix for objects with special character in name by @flarestudiopl in #149
- Add IBM DB2 support by @MD-V in #145
- Remove the
Microsoft.Data.SqlClientdependency by @0xced in #153 - Infer the DbAdapter from the DbConnection by @0xced in #151
- Added an IDbAdapter for Snowflake by @SaiSDET in #154
- Fix FormatDeleteStatement being ignored by @0xced in #155
- Add Sqlite support with SqliteDbAdapter implementation by @snowfrogdev in #156
- Fixing build by @jbogard in #160
- Removing docker compose; .NET 10 tests by @jbogard in #161
New Contributors
- @jellebuitenhuisis made their first contribution in #142
- @cervengoc made their first contribution in #137
- @Insire made their first contribution in #136
- @alexmo16 made their first contribution in #144
- @flarestudiopl made their first contribution in #149
- @MD-V made their first contribution in #145
- @0xced made their first contribution in #153
- @SaiSDET made their first contribution in #154
- @snowfrogdev made their first contribution in #156
Full Changelog: v6.2.1...v7.0.0