Path

ez components / documentation / api reference / 2006.2 / persistent


eZ Components 2006.2

PersistentObject: ChangeLog

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

1.2 - Monday 18 December 2006

  • Fixed issue #9249: Save/update objects with 1:1 relations that share the same ID does not work.
  • Fixed issue #9489: Check whether the PersistentObject and PersistentObjectDatabaseSchemaTiein tutorials are interlinked.
  • Fixed issue #9493: Convert < and > in exception messages to ' and ' for Cache, ConsoleTools, ImageAnalysis, ImageConversion, PersistentObject, PersistentObjectDatabaseSchemaTiein.
  • Fixed issue #9591: ezcPersistentSession attempts to throw non existing exception (typo).
  • Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException properly.

1.2beta2 - Monday 20 November 2006

  • Fixed issue #8962: "Sequence Generator" incorrect name for MySQL. MySQL should use the new "ezcPersistentNativeGenerator" from now, with auto_increment. "ezcPersistentSequenceGenerator" dispatches to this for BC reasons.
  • Fixed issue #9248: SQLite driver throws wierd exception.
  • Fixed issue #9335: PersistentSession should use object->getState() in all methods rather than accessing objects properties directly.

1.2beta1 - Tuesday 24 October 2006

1.1 - Monday 12 June 2006

  • Fixed small CS issues.

1.1rc1 - Monday 29 May 2006

1.1beta1 - Tuesday 09 May 2006

  • Fixed #7884: ezcPersistentSession sometimes triggers PDO "General error: 2014" exceptions.

  • Fixed #8042: PersistentObject requires use of database ID counter.

    Note: The change involves a slight BC incompatible change. ezcPersistentIdentifierGenerator is no longer an interface but an abstract class. Implementors must change 'implements' to 'extends' to reflect this.

  • Added ezcPersistentManualGenerator which can be used to set the ID's of new object manually.

1.0.1 - Monday 20 February 2006

  • Fixed #7845: Find fetches all columns and not just the required columns.

1.0rc1 - Monday 16 January 2006

  • Added new methods to ezcPersistentSession:
  • Added support for table and column aliases.
  • Added sequence strategy system, which makes this component also work with PostGreSQL.
  • Changed exception behavior. All errors will now throw a different exception class.
  • Added interfaces and classes:
    • ezcPersistentIdentifierGenerator that defines the interface between ezcPersistentSession and the code creating unique ID's for new rows.
    • ezcPersistentSequenceGenerator that implements the ID generation using sequence functionality in the database handlers.
    • ezcPersistentGeneratorDefinition to set up what generator to use in the definition.

1.0beta1 - Friday 23 December 2005

  • Initial release of this package.
Last updated: Thu, 01 Nov 2007