Skip to content

Releases: JasperFx/weasel

V7.13.4

16 Jan 19:58
fe80df3
Compare
Choose a tag to compare

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

14 Jan 17:47
abdf7f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.13.2...V7.13.3

V7.13.2

07 Jan 14:54
Compare
Choose a tag to compare

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

23 Dec 18:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.12.4...V7.13.1

V7.12.4

17 Dec 01:58
8dba659
Compare
Choose a tag to compare

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

10 Dec 14:14
fd08c20
Compare
Choose a tag to compare

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

19 Nov 18:27
c5e4182
Compare
Choose a tag to compare

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

29 Oct 15:18
090db99
Compare
Choose a tag to compare

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

23 Oct 15:13
04f3ce1
Compare
Choose a tag to compare

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

17 Oct 13:39
e5b2fd4
Compare
Choose a tag to compare

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