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.