Change summary of various releases for Simple Persistence for Java ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.3.3 ~~~~~ - Added persistenceId support. When naming an attribute persistenceId (long), it's value will be always set with the object's unique id inside the library. - Added Apache Derby support - Database reserved words now can be used as attributes, the library will escape them 1.3.2 ~~~~~ - Added 'ilike' operator - Added special keyword 'now' to the query language, which can be used to compare with dates, and represents the current time/date. - Fixed: List and Maps did not stay null - Fixed: classes of same name but different packages were mapped to same table - Fixed: operators <= and >= where left out of syntax, now added. - Fixed: polymorphic queries for attributes in superclass did not work 1.3.1 ~~~~~ - Fixed: orderby syntax was not like the other terms - Fixed: now one can order by attributes not in the selected class - Added byte array support 1.3.0 ~~~~~ - Added polymorphism support