summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-27Start gwtorm 1.2 developmentShawn O. Pearce
2010-02-22gwtorm 1.1.4v1.1.4Shawn O. Pearce
2010-01-27Fix NULL timestamps on MySQL 5.0Shawn O. Pearce
2010-01-02Add support for encoding/decoding objects in Google protobufShawn O. Pearce
2010-01-02Support trivial delete by keyShawn O. Pearce
2010-01-02Gracefully ignore insert/update/delete with empty collectionsShawn O. Pearce
2010-01-02Add a utility function for atomic updatesShawn O. Pearce
2010-01-02Add upsert to Access interfaceShawn O. Pearce
2010-01-02Remove support for @SecondaryKey annotationShawn O. Pearce
2010-01-02Add a unique id to every @Column annotationShawn O. Pearce
2010-01-02Start 1.1.4 developmentShawn O. Pearce
2010-01-02gwtorm 1.1.3v1.1.3Shawn O. Pearce
2009-12-31Strip out the GWT dependenciesShawn O. Pearce
2009-12-27Update objectweb asm to 3.2Shawn O. Pearce
2009-12-27Remove outdated gwt-maven repositoryShawn O. Pearce
2009-12-23Allow schema upgrades to be logged and/or bypassedShawn O. Pearce
2009-12-23Add support for renaming an existing columnShawn O. Pearce
2009-12-23Implement schema upgradingShawn O. Pearce
2009-12-23Allow the same schema to be opened with different dialectsShawn O. Pearce
2009-12-23Remove trailing whitespace from ends of linesShawn O. Pearce
2009-12-23Start gwtorm 1.1.3 developmentShawn O. Pearce
2009-09-09gwtorm 1.1.2v1.1.2Shawn O. Pearce
2009-06-04mysql: Fix sequence generatorsShawn O. Pearce
2009-06-02Start 1.1.2 developmentShawn O. Pearce
2009-06-02gwtorm 1.1.1v1.1.1Shawn O. Pearce
2009-05-28Remove nonsense default value on NOT NULL TIMESTAMPShawn O. Pearce
2009-05-28Start 1.1.1 developmentShawn O. Pearce
2009-05-18gwtorm 1.1.0v1.1.0Shawn O. Pearce
2009-05-14Correct copyright date in DialectMySQL headerShawn O. Pearce
2009-05-14Remove unused import from DialectMySQLShawn O. Pearce
2009-05-13Add MySQL dialect supportShawn O. Pearce
2009-05-13Support loading a driver from a JAR specified in the propertiesShawn O. Pearce
2009-05-13Upgrade to GWT 1.6.4 and Java 1.6Shawn O. Pearce
2009-05-13Include the 'Google Format' style we selected in our project settingsShawn O. Pearce
2009-05-13Add missing copyright headers for dialect classesShawn O. Pearce
2009-05-12Start 1.1.0 developmentShawn O. Pearce
2009-05-04gwtorm 1.0.2v1.0.2Shawn O. Pearce
2009-05-04Create a source target rather than embedding sourcesShawn O. Pearce
2009-05-04Start 1.0.2 developmentShawn O. Pearce
2009-02-02gwtorm 1.0.1v1.0.1Shawn O. Pearce
2009-01-30Fix CompoundKey's fromString to decode the componentsShawn O. Pearce
2009-01-30Start 1.0-SNAPSHOTShawn O. Pearce
2009-01-26gwtorm 1.0v1.0Shawn O. Pearce
2009-01-26Define Maven release and snapshot repositoriesShawn O. Pearce
2009-01-20Correctly support NULLs on nested entity typesShawn O. Pearce
2009-01-19Default our PostgreSQL tables to be WITHOUT OIDSShawn O. Pearce
2009-01-19Allow dialects to add their own storage clauses to CREATE TABLEShawn O. Pearce
2009-01-19Allow dialects to refine themselves based on connection specific dataShawn O. Pearce
2009-01-14Add OrmException(Throwable) constructor variantShawn O. Pearce
2009-01-14Add support for restartable transactions when concurrency errors occurShawn O. Pearce