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.10.

Release notes

Sourced from FluentMigrator.Runner.Postgres's releases.

Version 3.2.10

Breaking Changes

#1334 : SQLiteProcessor now takes a SQLiteQuoter instance (@AndrewKitu)

Features

#1385 : Postgres add support for CONCURRENTLY and ONLY

  • Postgres Extension .AsOnly() for Only, .AsConcurrently() for Concurrently.
  • Calling .AsConcurrently() in a transaction context will fail.

#1386 : Postgres add support for partial index (Fixes #1367: Add support for PgSQL partial indexes)

  • Calling .Filter() will allow partial indexes (aka filtered indexes), similar to SQL Server

#1362 : Add Postgres include for index (@lillo42)

  • Calling .Include() On Postgres <11 will throw NotSupportedException. Use IfDatabase if this is intended.

#1366 : Add Postgres .Using() index method (@lillo42)

  • e.g., .Using(Algorithm.BTree)

#1382 : Add Support for MysqlConnector 1 namespace changes #1394 : Add Postgres 10/11 for FluentMigrator.DotNet.CLI

Fixes

#1334 : Fix SQLite message about incorrect double quotes (Frédéric Vaillancourt) #1334 : Fix issue with single quote in SQLite TableExists (Frédéric Vaillancourt) #1350 : update test libs (@SimonCropp) #1354 : Removing GUID from test project as it's not needed since VS 15.7 (@BigYellowHammer) #1355 : Rename Directory.Buiild.props to Directory.Build.props (@PhenX)

Readability Improvements

#1328 : Fix some typos (@AndrewKitu) #1329 : Fix yet another typo series (@AndrewKitu) #1330 : Use 'nameof' expression to reference name (@AndrewKitu) #1331 : Fix variable names (readability improvement) (@AndrewKitu)

Design Proposals (Future Progress)

  1. adr/proposed/DefaultSchema.md : Two users have requested different behavior for default schema for Postgres. We documented how different databases implement the concept of "default schema" to make progress towards enhancing default schema behavior in FluentMigrator.
  2. Update adr/proposed/UnitOfWork.md : Progress on improving future design for how FluentMigrator handles logical transactions and physical DbTransactions belonging to a SqlConnection instance. Goal is to better support disconnected scenarios where users cannot run FluentMigrator.DotNet.Cli or FluentMigrator.Console against a production database.

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

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
  • e4b381b Merge pull request #1386 from lillo42/postgres-add-support-for-partial-index
  • 28b642c Merge with master
  • 912e669 Merge pull request #1385 from lillo42/add-support-for-concurrently-and-only-i...
  • b090dce Merge pull request #1394 from lillo42/tool-add-support-to-postgres-10-11
  • 661d38c Add Postgres 10/11 for CLI
  • b15fc3e Fixes test name
  • 1d0f56b Fix failure test
  • a0cf9f5 Remove IndexMigration
  • b0102a5 Add documentation
  • 824ad92 Add documentation
  • 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 Dec 21, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #62.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/FluentMigrator.Runner.Postgres-3.2.10 branch January 11, 2021 13:16
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