Translations of this page:
Table of Contents

Version 0.1

  • Initial version.

Version 0.2

  • Fix: There was an error in ILMLFacade.finder() method when usign 'SELECT * FROM' queries. Using '*' caused the library to not fill the results.
  • Fix: If there was an error while initializing connection pool, the latter kept corrupted.
  • Fix: ModelUtilities.insertValueIntoQuery() had an error when comparing value type against date types.
  • Fix: ActionProcessor was trying to release connections after executing actions even when connection was null (for example: due to a database access error).
  • Improvement: Entity queries caching has been added.

Version 0.3

  • Fix: When using keys generated by database engine, it wasn't implemented the ability to retrive generated keys after creating objects.
  • Improvement: A new exception has been created to catch the situation when the database engine driver does not support getting autogenerated keys after an INSERT statement.
  • Fix: When updating an object, its identifier was being updated as well. Although it's not an error, it's safer not to change it to the same value.
 
changelog.txt · Last modified: 2008/09/28 23:00 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki