1. c689603 Don't allow multiple queries with the same method name by Shawn O. Pearce · 14 years ago
  2. c10c53b Permit abstract SchemaModel for a SchemaGen by Shawn O. Pearce · 14 years ago
  3. 68d560f Hoist atomicUpdate, deleteKeys up to AbstractAccess by Shawn O. Pearce · 14 years ago
  4. cfb26ce Fix SchemaGen to pass the SchemaFactory through the constructor by Shawn O. Pearce · 14 years ago
  5. 1201971 Fix protobuf code generation for Timestamp by Shawn O. Pearce · 14 years ago
  6. 5f999f9 Widen generic annotations in jdbc AccessGen by Shawn O. Pearce · 14 years ago
  7. f3ee9a5 Move AccessGen and CodeGenSupport to sane packages by Shawn O. Pearce · 14 years ago
  8. dfbd70c Refactor SchemaGen to be reused for NoSQL backends by Shawn O. Pearce · 14 years ago
  9. c57426c Refactor sequence increment to be in dialects by Shawn O. Pearce · 14 years ago
  10. 3b8d556 Remove the pointless WeakReference based schema factory by Shawn O. Pearce · 14 years ago
  11. 97d147d Refactor SchemaConstructorGen to be reused by Shawn O. Pearce · 14 years ago
  12. e264bdd Remove support for WHERE a != ? by Shawn O. Pearce · 14 years ago
  13. cf06660 Remove support for @Query ORDER BY ASC / DESC by Jeff Schumacher · 14 years ago
  14. 4c894aa Move GeneratedClassLoader to more generic package by Shawn O. Pearce · 14 years ago
  15. 4af5527 Simplify AbstractAccess API by removing indirection by Shawn O. Pearce · 14 years ago
  16. 24ddfbe Merge "Removed transactions" by Shawn Pearce · 14 years ago
  17. 2c467e9 Removed transactions by Jeff Schumacher · 14 years ago
  18. e51bb3c Start gwtorm 1.2 development by Shawn O. Pearce · 14 years ago
  19. 22f29ef gwtorm 1.1.4 by Shawn O. Pearce · 14 years ago v1.1.4
  20. e09863d Fix NULL timestamps on MySQL 5.0 by Shawn O. Pearce · 14 years ago
  21. 00a9570 Add support for encoding/decoding objects in Google protobuf by Shawn O. Pearce · 14 years ago
  22. f591b8d Support trivial delete by key by Shawn O. Pearce · 14 years ago
  23. 4f96455 Gracefully ignore insert/update/delete with empty collections by Shawn O. Pearce · 14 years ago
  24. 3264e18 Add a utility function for atomic updates by Shawn O. Pearce · 14 years ago
  25. cb70642 Add upsert to Access interface by Shawn O. Pearce · 14 years ago
  26. 029dd2f Remove support for @SecondaryKey annotation by Shawn O. Pearce · 14 years ago
  27. 5097cb1 Add a unique id to every @Column annotation by Shawn O. Pearce · 14 years ago
  28. 104546e Start 1.1.4 development by Shawn O. Pearce · 14 years ago
  29. 2cf560c gwtorm 1.1.3 by Shawn O. Pearce · 14 years ago v1.1.3
  30. 09f0835 Strip out the GWT dependencies by Shawn O. Pearce · 14 years ago
  31. 9f4a707 Update objectweb asm to 3.2 by Shawn O. Pearce · 14 years ago
  32. 49430ff Remove outdated gwt-maven repository by Shawn O. Pearce · 14 years ago
  33. 140d36b Allow schema upgrades to be logged and/or bypassed by Shawn O. Pearce · 14 years ago
  34. 3a9a880 Add support for renaming an existing column by Shawn O. Pearce · 14 years ago
  35. fb95930 Implement schema upgrading by Shawn O. Pearce · 14 years ago
  36. 9de0323 Allow the same schema to be opened with different dialects by Shawn O. Pearce · 14 years ago
  37. 43ef01b Remove trailing whitespace from ends of lines by Shawn O. Pearce · 14 years ago
  38. 279ee1e Start gwtorm 1.1.3 development by Shawn O. Pearce · 14 years ago
  39. 5454378 gwtorm 1.1.2 by Shawn O. Pearce · 15 years ago v1.1.2
  40. ae274fb mysql: Fix sequence generators by Shawn O. Pearce · 15 years ago
  41. 5642d29 Start 1.1.2 development by Shawn O. Pearce · 15 years ago
  42. a4753d6 gwtorm 1.1.1 by Shawn O. Pearce · 15 years ago v1.1.1
  43. 14a5008 Remove nonsense default value on NOT NULL TIMESTAMP by Shawn O. Pearce · 15 years ago
  44. 7c755b8 Start 1.1.1 development by Shawn O. Pearce · 15 years ago
  45. 5d15cf3 gwtorm 1.1.0 by Shawn O. Pearce · 15 years ago v1.1.0
  46. 7bebd6c Correct copyright date in DialectMySQL header by Shawn O. Pearce · 15 years ago
  47. c7e7118 Remove unused import from DialectMySQL by Shawn O. Pearce · 15 years ago
  48. bd40771 Add MySQL dialect support by Shawn O. Pearce · 15 years ago
  49. bb6baec Support loading a driver from a JAR specified in the properties by Shawn O. Pearce · 15 years ago
  50. 12c5846 Upgrade to GWT 1.6.4 and Java 1.6 by Shawn O. Pearce · 15 years ago
  51. e7077ba Include the 'Google Format' style we selected in our project settings by Shawn O. Pearce · 15 years ago
  52. 91cdda5 Add missing copyright headers for dialect classes by Shawn O. Pearce · 15 years ago
  53. 3cdbee5 Start 1.1.0 development by Shawn O. Pearce · 15 years ago
  54. 7c5b001 gwtorm 1.0.2 by Shawn O. Pearce · 15 years ago v1.0.2
  55. cc8deb1 Create a source target rather than embedding sources by Shawn O. Pearce · 15 years ago
  56. be85e65 Start 1.0.2 development by Shawn O. Pearce · 15 years ago
  57. d6b1212 gwtorm 1.0.1 by Shawn O. Pearce · 15 years ago v1.0.1
  58. 22a49fc Fix CompoundKey's fromString to decode the components by Shawn O. Pearce · 15 years ago
  59. 2cdb5de Start 1.0-SNAPSHOT by Shawn O. Pearce · 15 years ago
  60. 2ba3684 gwtorm 1.0 by Shawn O. Pearce · 15 years ago v1.0
  61. 86fd283 Define Maven release and snapshot repositories by Shawn O. Pearce · 15 years ago
  62. 1ba2fd0 Correctly support NULLs on nested entity types by Shawn O. Pearce · 15 years ago
  63. f6adb59 Default our PostgreSQL tables to be WITHOUT OIDS by Shawn O. Pearce · 15 years ago
  64. 36f73cb Allow dialects to add their own storage clauses to CREATE TABLE by Shawn O. Pearce · 15 years ago
  65. 32f2170 Allow dialects to refine themselves based on connection specific data by Shawn O. Pearce · 15 years ago
  66. 254d729 Add OrmException(Throwable) constructor variant by Shawn O. Pearce · 15 years ago
  67. dce33e5 Add support for restartable transactions when concurrency errors occur by Shawn O. Pearce · 15 years ago
  68. e7af0e0 Modify error handling so dialects can translate exceptions by Shawn O. Pearce · 15 years ago
  69. 7d98156 Throw OrmConcurrencyException when optimistic locking fails by Shawn O. Pearce · 15 years ago
  70. cdba3ea Connect the SQLException getNextException as the cause by Shawn O. Pearce · 15 years ago
  71. 87752cf Mostly revert the timestamp muddling done by the prior commit by Shawn O. Pearce · 15 years ago
  72. 547f660 Fix timestamp timezone issues by forcing UTC and storing with the timezone by Shawn O. Pearce · 15 years ago
  73. 9ae35c2 Add Key.fromString to parse and update a key instance from a string by Shawn O. Pearce · 15 years ago
  74. ac94384 Change Key.toString() to be useful for URL encoding by Shawn O. Pearce · 15 years ago
  75. 105b6b2 Fix Key.equals() to always consider the parent key by Shawn O. Pearce · 15 years ago
  76. 1da4ec3 Add a basic compound key type by Shawn O. Pearce · 15 years ago
  77. c8cb87a Define a basic key type for keys using 'short' as their value by Shawn O. Pearce · 15 years ago
  78. 0f97041 Ignore the generated_classes created by the JUnit tests by Shawn O. Pearce · 15 years ago
  79. e29b64a Switch the entire project build system to Maven2 by Shawn O. Pearce · 15 years ago
  80. fa1fc62 Implement batch fetching by primary key via SQL IN operator by Shawn O. Pearce · 15 years ago
  81. 27ca057 Use JDBC DataSource to create a Database rather than direct URLs by Shawn O. Pearce · 15 years ago
  82. 57eae7f Add toMap to Access interface to simplify fast lookups by Shawn O. Pearce · 15 years ago
  83. 8578cf8 Allow primitive columns to be declared to accept NULL by Shawn O. Pearce · 15 years ago
  84. 87127d6 Push the notNull property of nested fields into the leaf-level columns by Shawn O. Pearce · 15 years ago
  85. af0266e Refactor SQL type generation to allow SqlDialect to override type names by Shawn O. Pearce · 15 years ago
  86. d0f9125 Fix ColumnModel.getAllLeafColumns so 3-level primary keys work by Shawn O. Pearce · 15 years ago
  87. ae9f399 Add support for CHAR(1) NOT NULL as the Java 'char' type by Shawn O. Pearce · 15 years ago
  88. 9b1a652 Add support for RowVersion columns for optimistic locking by Shawn O. Pearce · 15 years ago
  89. 6c0ab8e Fix sequence creation to use "START WITH" not "STARTS WITH" by Shawn O. Pearce · 15 years ago
  90. 7ef873f Allow compound fields to not insert their prefix on the leaves by Shawn O. Pearce · 15 years ago
  91. 09a50d2 Support nested field references in query syntax by Shawn O. Pearce · 15 years ago
  92. 7a7b230 Add support for byte[] stored into BLOB types by Shawn O. Pearce · 15 years ago
  93. 2044be3 Support strings longer than 255 as a TEXT type by Shawn O. Pearce · 15 years ago
  94. 446b845 Don't bother with binding null values for not-null contained entities by Shawn O. Pearce · 15 years ago
  95. c76ac3c Fix nested nullable objects to generate correct JDBC bind parameters by Shawn O. Pearce · 15 years ago
  96. ac439c0 Add support for secondary entity keys by Shawn O. Pearce · 15 years ago
  97. ddb91ca Add support for 'short' column types by Shawn O. Pearce · 15 years ago
  98. b27c1e0 Implement support for java.sql.Date fields by Shawn O. Pearce · 15 years ago
  99. 1797770 Add java.sql.Timestamp to the list of primitive types by Shawn O. Pearce · 15 years ago
  100. 5b76340 Define SchemaFactory to create new Schema instances by Shawn O. Pearce · 15 years ago