Releases: JasperFx/weasel
Releases · JasperFx/weasel
V7.13.4
What's Changed
- Fix Index parsing of column with canonization for character varying as varchar by @mysticmind in #168
Full Changelog: V7.13.3...V7.13.4
V7.13.3
What's Changed
- Bug fix to handle index name containing upper case chars by @mysticmind in #165
- Solve more NuGet warnings by @NeussConsulting in #164
- Check SqlState instead of error message by @e-tobi in #161
- Mild fix for adding & dropping partitions in table managed partitions by @jeremydmiller in #166
New Contributors
Full Changelog: V7.13.2...V7.13.3
V7.13.2
What's Changed
- Making the foreign key correction for partition columns be a little s… by @jeremydmiller in #163
Full Changelog: V7.13.1...V7.13.2
V7.13.1
What's Changed
- Add support for adding named parameters using dictionaries. by @elexisvenator in #157
- Ability to drop list managed partitions at runtime by @jeremydmiller in #158
- Support named parameters in where fragments by @elexisvenator in #159
- Update NuGet packages by @NeussConsulting in #152
- Fixes for calculating table migrations with a mix of partitions and foreign keys for PostgreSQL by @jeremydmiller in #160
New Contributors
- @NeussConsulting made their first contribution in #152
Full Changelog: V7.12.4...V7.13.1
V7.12.4
What's Changed
- Quote postgres table and column names which use reserved keywords by @mysticmind in #155
- The Sql Server Command Builder has apparently never been usable, but … by @jeremydmiller in #156
Full Changelog: V7.12.3...V7.12.4
V7.12.3
What's Changed
- Using lower case string for boolean list partitions because that's fr… by @jeremydmiller in #154
Full Changelog: V7.2.1...V7.12.3
V7.2.1
What's Changed
- Upgrade to .NET 9. Bumps to 7.12 by @jeremydmiller in #150
- Permit database implementations to override the base's connection source by @Hawxy in #151
Full Changelog: V7.11.7...V7.2.1
V7.11.7
What's Changed
- Do not use the database to build creation script if there are no init… by @jeremydmiller in #149
Full Changelog: V7.11.6...V7.11.7
7.11.6
What's Changed
- Tweak to index canonicalization to better handle multi-column indexes… by @jeremydmiller in #148
Full Changelog: V7.11.5...V7.11.6
V7.11.5
Mostly addressing the migration of postgres tables using partitions where the table column order might have changed
What's Changed
- Remove usage of sp_MSdropconstraints and replace with logic to just delete FK constraints by @mysticmind in #142
- Add SQL Server provider functionality to handle reserved keywords as table and column names by @mysticmind in #144
- Fix modification of SQL Server column type by @mysticmind in #145
- Needed to initialize the partition tracking before adding new partiti… by @jeremydmiller in #146
- Spelling out individual columns in partition migrations by @jeremydmiller in #147
Full Changelog: V7.11.0...V7.11.5