Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@odan odan released this 18 Jul 14:41
· 62 commits to master since this release

Breaking Changes

  • Decoupled from PDO #9
  • Removed Compression class #6
  • Removed Schema::clearTable method #5
  • Removed Connection::queryMapColumn
  • Removed Connection::queryValue
  • Removed Connection::queryValues

Changes

  • Support for PHP 7.2+
  • Type declarations and return types everywhere #8

New Features

SelectQuery

  • Add column with alias as array (['alias' => 'field']) #7