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