Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps FluentMigrator.Runner.Postgres from 3.2.1 to 3.2.9.

Release notes

Sourced from FluentMigrator.Runner.Postgres's releases.

Version 3.2.9

#1319 - Support OutputSemicolonDelimiter Config Option for Console Runner (@manu-m) #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)

Version 3.2.8

#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)

Version 3.2.7

#1210 : AddFluentMigratorCore() - Only register default IConventionSet 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)

Version 3.2.6

This release is exactly like release 3.2.5. It's created just to get our build and release pipelines work correctly, ref issue #1213.

Version 3.2.5

Fixes #1209 (issue is with nuget.org FluentMigrator.Console package, only)

Version 3.2.4

Hotfixes for various issues

  • #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
Changelog

Sourced from FluentMigrator.Runner.Postgres's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Commits
  • 2bb058d Merge pull request #1324 from igitur/revert-unnecessary-sqlite-dependencies
  • 920cecb Merge pull request #1325 from igitur/improve-strip-comment-disable-text
  • 5de24ac Enhance description to disable flag that has default value = true
  • c3e18d6 Partially revert "Upgrade sqlite version", which added unnecessary Microsoft....
  • 4bacf0c Merge pull request #1261 from emejibka/master
  • 1227135 Merge pull request #1322 from emejibka/master
  • fe9e186 [-] fix query in SequenceExists (ALL_SEQUENCES view replaced with USER_SEQUEN...
  • cbbcf67 Merge pull request #1319 from manu-m/semicolon-consoleoption
  • 9ea017e Support OutputSemicolonDelimiter Config Option for Console Runner
  • 7357c47 Create AsyncAllTheWay.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 26, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #60.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/FluentMigrator.Runner.Postgres-3.2.9 branch December 21, 2020 13:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants