db icon indicating copy to clipboard operation
db copied to clipboard

Changes before release 2.0.0

Open Tigrov opened this issue 8 months ago • 0 comments

  • Remove AbstractDMLQueryBuilder::getTypecastValue() method
  • Remove string $table argument from AbstractDMLQueryBuilder::normalizeColumnNames() and AbstractDMLQueryBuilder::getNormalizeColumnNames()
  • Remove SchemaInterface::TYPE_JSONB constant
  • Remove TableSchemaInterface::compositeForeignKey() method
  • Remove argument bool $withColumn = false from Quoter::getTableNameParts()
  • Remove argument $rawSql from AbstractCommand::internalExecute()
  • Allow pass ExpressionInterface as alias to QueryPartsInterface::withQuery() (see #775)
  • Remove AbstractPdoCommand::logQuery() method
  • Remove AbstractSchema::normalizeRowKeyCase() method
  • Remove SchemaInterface::isReadQuery() method
  • Remove SchemaInterface::getRawTableName() method
  • Add QuoterInterface::getRawTableName() method

Tigrov avatar Nov 01 '23 04:11 Tigrov