Skip to content

0.20.0

Compare
Choose a tag to compare
@whsdevops whsdevops released this 19 May 20:27
561a2db

Added

  • New-RivetSession function for creating a Rivet session. A Rivet_Session is the object used by Rivet to keep track
    of current state.
  • Connect-RivetSession function for connecting to the databases in a Rivet session.

Changed

  • Rivet internals no longer use global variables for managing connections and current state.
  • Default migration output now quotes SQL Server names and database names with [].
  • Verbose output now shows query parameter names and values.

Fixed

  • Shows too many errors.
  • Remove-ForeignKey prompts for TableName and ReferencesTableName arguments.
  • Creating a new migration also creates an unused schema.ps1 file and writes a warning that it should be added to source
    control