Changelog History
Page 1
-
v4.0.0
May 03, 2018 -
v4.0.0-dev
May 03, 2018 -
v3.2.9
August 25, 2020๐ #1319 - Support
OutputSemicolonDelimiter
Config Option for Console Runner (@manu-m)
0๏ธโฃ #1325 - Enhance description to disable flag that has default value = true (@igitur)
๐ #1324 - Remove unnecessary Microsoft.Data.Sqlite dependencies to a lot of the projects. (@igitur)
#1322 - Oracle: fix query in SequenceExists (@emejibka)
#1261 - Oracle: add schemaName to sql for create index expressions (@emejibka) -
v3.2.8
July 22, 2020๐ #1272 - Add support for Postgres 10 Identity fields (@Sohra) cf #1084 (@EduAlbSantos alternative proposal that was built and deserves noteworthy praise for effort)
#1287 - Add Schema Name to OracleGenerator (@emejibka) R/t #1261
โ #1286 - Support SequenceExists test for OracleProcessorBase (@emejibka) R/t #1261
#1291 - Sqlite rename column (@Chandler-Davidson). R/t #1290
#1266 - Fix OracleException ORA-01704 string literal too long. (@fairking) R/t bug from #1265
#1296 - Add option to output semicolon delimiter (@pedrofernandesfilho) R/t bug from #765
#1283 - Connection string Password is not replaced (@jzabroski) R/t bug from #1283 (@benjaminrupp)
๐ #1289 - Fully Deterministic Build with SourceLink (@jzabroski)
#1278 - Can't create a unique filtered index with included columns. (@jzabroski) R/t bug from #1278 (@Powerz)
#1304 - PostgreSQL: DbType 'DateTimeOffset' Validate Precision (@jzabroski) R/t bug from @ikusmart) -
v3.2.7
June 08, 20200๏ธโฃ #1210 :
AddFluentMigratorCore()
- Only register defaultIConventionSet
if none registered yet. (@tgharold) Fixes #1194. (@rodrigoramos)
#1257 : Display preview-only mode header when running migrate:down (@sowings13)
๐ #1253 : Do not use Console.WriteLine. (@pergardebrink) Fixes #1252 (@YeskaNova)
๐ #1243 : Add description to sql statement expression. (@pergardebrink) Addresses feature request #1242 How to remove sensitive information (ex: passwords) from the output (@andrecarlucci)
๐ #1130 : Add unmapped subcommands for FluentMgirator.DotNet.Cli. Fixes #1123 dotnet fm rollback all does not work . Documentation was also updated in fluentmigrator/documentation#19 @gandarez
#1196 : Fix large string literals oracle @PhenX
โ #1187 : Adds tests to reproduce the infinite loop issue in #970 (@PeterKneale)
๐ #1081 : Support for MSSQL index filters and data compression (@gliljas) -
v3.2.2
February 16, 2020- #970 Infinite loop when AggregateException is thrown
- #1037 Add explanation for Obsolete interfaces
- โก๏ธ #1082 update default-schema-name argument to properly accept a value
- #1070 Fixing Oracle identity column type issues
- ๐ #1060 Support renaming columns in MariaDb 10.2
- ๐ #1058 Remove private XML asset Sap.Data.Hana.v4.5.dll.config
- #1042 Fix Oracle dialect create sequence NOCACHE
- #1027 Added ability for TagsAttribute to be applied to and inherited from interface
-
v3.2.1
April 16, 2019You're now able to disable stripping of comments with the option
--strip:false
.