Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 1.67 KB

MSSQL Server driver for Yii Database Change Log

2.0.0 under development

  • Enh #277: Implement ColumnSchemaInterface classes according to the data type of database table columns for type casting performance. Related with yiisoft/db#752 (@Tigrov)
  • Enh #293: Implement SqlParser and ExpressionBuilder driver classes (@Tigrov)
  • Chg #306: Remove parameter $withColumn from Quoter::getTableNameParts() method (@Tigrov)
  • Chg #308: Replace call of SchemaInterface::getRawTableName() to QuoterInterface::getRawTableName() (@Tigrov)
  • Enh #312: Refactor bit type (@Tigrov)
  • Enh #315: Refactor PHP type of ColumnSchemaInterface instances (@Tigrov)
  • Enh #317: Raise minimum PHP version to ^8.1 with minor refactoring (@Tigrov)
  • Enh #316: Implement ColumnFactory class (@Tigrov)
  • Enh #319: Separate column type constants (@Tigrov)

1.2.0 March 21, 2024

  • Enh #286: Change property Schema::$typeMap to constant Schema::TYPE_MAP (@Tigrov)
  • Enh #291: Resolve deprecated methods (@Tigrov)
  • Enh #292: Minor refactoring of Command and Quoter (@Tigrov)
  • Bug #287: Fix DMLQueryBuilder::insertWithReturningPks() and Command::insertWithReturningPks() methods (@Tigrov)

1.1.0 November 12, 2023

  • Enh #283: Move methods from Command to AbstractPdoCommand class (@Tigrov)
  • Bug #275: Refactor DMLQueryBuilder, related with yiisoft/db#746 (@Tigrov)
  • Bug #278: Remove RECURSIVE expression from CTE queries (@Tigrov)
  • Bug #280: Fix type boolean (@terabytesoftw)
  • Bug #282: Fix DDLQueryBuilder::alterColumn() for columns with default null (@Tigrov)

1.0.1 July 24, 2023

  • Enh #271: Typecast refactoring (@Tigrov)

1.0.0 April 12, 2023

  • Initial release.