Skip to content

Database Package 1.5.0

Compare
Choose a tag to compare
@mbabker mbabker released this 29 Jan 23:45
· 966 commits to 3.x-dev since this release

The following are pertinent changes made with this release:

  • [META] Added AppVeyor CI support for the repository
  • #38 - Prepared statement support for MySQLi
  • #39 - Prepared statement support for PostgreSQL
  • #40 - New PostgreSQL driver supporting PDO
  • #78 - Prepared statement support for SQL Server
  • 66035e4 - Prepared statement support for the PDO MySQL driver
  • 3cb4670 - Allow defining a custom port and socket for MySQLi
  • b5746dc - Extended group() function for the SQL Server query object
  • 1234283 - Fix handling of default values in SqlsrvDriver::getTableColumns()
  • 48e5395 - Escape comments in MySQL exporters
  • 2ad24c1 - Fix limit handling in MySQL query objects
  • 2533e8c - Add Exception subclasses for different error conditions (NOTE: This removes the failed SQL query from the Exception message; if it is needed check either the log attached to your database driver or call the getQuery() method of the thrown ExecutionFailureException object
  • 5cc71aa - Correct error code detection for SQL Server driver