Path

ez components / documentation / api reference / 1.0 / database


eZ Components 1.0

Database: ChangeLog

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

1.0 - Monday 30 January 2006

  • Removed ezcDbHandler::begin(). It was a rename of PDO::beginTransaction() because of the strange PDO naming. Unfortunately it caused problems with re-implementations.
  • Removed ezcDbHandler::processLimitOffset. Leftover from old design.

1.0rc1 - Monday 16 January 2006

  • Added support for aliases of column names.
  • Added SQLite driver.
  • Changed exception behavior. All errors will now throw a different exception class.
  • Changed class names:
  • Removed destructor in ezcDbHandler. We should not throw exceptions that can't be caught.

ezcDbFactory

  • Added the static method getImplementations() which returns a list of all available database implementations.
  • Changed exception usage to reveal more information in case no database type is passed, or when a not-supported database type is used.
  • Fixed bug where we did not check if bound parameters actually existed before binding them.

1.0beta2 - Thursday 22 December 2005

  • Refactored query design:

1.0beta1 - Friday 25 November 2005

  • Initial release of this package.
Last updated: Thu, 31 Jan 2008