1. 1f670b1 Drop "bar" tables in test setup by David Pursehouse · 11 years ago
  2. 83984fe Conditionally disable unit tests for PostgreSQL and MySQL by David Ostrovsky · 11 years ago
  3. 5302428 Add indicator if sql dialect can handle statement delimiter by David Ostrovsky · 11 years ago
  4. 56e3ada add support for Oracle SQL Dialect by David Ostrovsky · 11 years ago
  5. 1209fb6 Add renameColumn method by David Ostrovsky · 11 years ago
  6. f93d937 Add support for rename table by David Ostrovsky · 11 years ago
  7. 0e55077 Remove unused createStatement() by David Ostrovsky · 11 years ago
  8. 0918da8 Suppress warning about unchecked cast by David Pursehouse · 11 years ago
  9. 25da790 Remove unused variables by David Pursehouse · 11 years ago
  10. 90793c3 Fix Eclipse warnings: References to generic type should be parameterized by David Pursehouse · 11 years ago
  11. 47854f2 Remove unused imports by David Pursehouse · 11 years ago
  12. 636e98e Remove unnecessary warning suppressions by David Pursehouse · 11 years ago
  13. 0b523da Suppress Eclipse warnings about missing serialVersionUID by David Pursehouse · 11 years ago
  14. 3df55ef Sort field names whenever using Class.getDeclaredFields() by Dave Borowitz · 12 years ago
  15. cd4b6dd Store columns and fields in insertion order in RelationModel by Dave Borowitz · 12 years ago
  16. d891d46 Keep relations and columns sorted by name by Shawn O. Pearce · 12 years ago
  17. d6fdc18 Support Java 7 DataSource API by Shawn O. Pearce · 12 years ago
  18. ed5b64d Generate AnyFooPrimaryKey protobuf message by Shawn O. Pearce · 13 years ago
  19. 092b4ad Delegate batch execution to SQLDialect by Adrian Goerler · 13 years ago
  20. b50f159 Support databases that return SUCCESS_NO_INFO upon batch execution by Adrian Goerler · 13 years ago
  21. 9e4b293 Allow for "ResultSet"s as arguments of insert, update, delete, upsert by Adrian Goerler · 13 years ago
  22. e2d35dd Add regression tests for JDBCAccess by Adrian Goerler · 13 years ago
  23. cebbf00 Upgrade to JUnit 4 by Adrian Goerler · 13 years ago
  24. 2e8c193 Refactor client code to reduce GWT includes. by Colby Ranger · 13 years ago
  25. c56d7f4 Added getAsyc() to the Access interface with a default implementation by Colby Ranger · 13 years ago
  26. 004ea46 Only make primary key protobuf fields required by Shawn O. Pearce · 13 years ago
  27. f34309c Make ResultSet#toList() return a mutable list by Edwin Kempin · 13 years ago
  28. 566c198 Make StringKey comparable by Edwin Kempin · 13 years ago
  29. 475c9f1 Replace autoflush with basic entity group transaction support by Shawn O. Pearce · 13 years ago
  30. dfb1bd1 Improve ProtoFileGenerator to support required/optional by Shawn O. Pearce · 13 years ago
  31. 394e798 Assume mostly positive values in protobuf encoding by Shawn O. Pearce · 13 years ago
  32. c7862ca Prefix schema wide message with Any by Shawn O. Pearce · 13 years ago
  33. 12eb6d5 Revert "Remove support for @Query ORDER BY ASC / DESC" by Shawn O. Pearce · 13 years ago
  34. f52e902 Merge branch 'stable' by Shawn O. Pearce · 13 years ago
  35. 7b88add MySQL: Declare VARCHAR columns as BINARY by Shawn O. Pearce · 13 years ago stable v1.1.7
  36. 910d957 Allow registration of custom SqlDialects by Shawn O. Pearce · 13 years ago
  37. 5c52119 Merge branch 'stable' by Shawn O. Pearce · 14 years ago
  38. 587084d Don't delete values from MySQL sequence tables by Shawn O. Pearce · 14 years ago v1.1.5
  39. 24a798c Fix getBySqlIn in generated code by Shawn O. Pearce · 14 years ago
  40. 8187676 Use multiple key lookup for secondary row scans by Shawn O. Pearce · 14 years ago
  41. 30eb6e6 Implement multiple row lookup by default by Shawn O. Pearce · 14 years ago
  42. 8fcd5c1 Stop abusing Map.Entry and declare our own Row type by Shawn O. Pearce · 14 years ago
  43. 9f22858 Use fetchRow for single get by key by Shawn O. Pearce · 14 years ago
  44. 43287dd Permit NoSQL results to be out-of-order by Shawn O. Pearce · 14 years ago
  45. bf62ee2 Allow a more streaming interface to scans by Shawn O. Pearce · 14 years ago
  46. af206d9 Use a tiny local cache to improve NoSQL upsert performance by Shawn O. Pearce · 14 years ago
  47. fe1180d Don't flush immediately during NoSQL writes by Shawn O. Pearce · 14 years ago
  48. 4486f2b Add autoFlush flag to Schema by Shawn O. Pearce · 14 years ago
  49. 3b2ae26 Define getRelationID on Access by Shawn O. Pearce · 14 years ago
  50. 5f41fad Expose all relations and all entities by Shawn O. Pearce · 14 years ago
  51. 7de9ead Encode relation id as protobuf tag in content by Shawn O. Pearce · 14 years ago
  52. 54b1e05 Generate a Protobuf definition for the database by Jeff Schumacher · 14 years ago
  53. 1a7c881 Added ID to @Relation by Jeff Schumacher · 14 years ago
  54. 6e232dd protobuf: Support encoding/decoding from any stream by Shawn O. Pearce · 14 years ago
  55. 9966fb0 Added code to check that objects have @Column annotations by Jeff Schumacher · 14 years ago
  56. 9a9c21d protobuf: Support encoding Enums by Shawn O. Pearce · 14 years ago
  57. 2573240 protobuf: Fix sizeof for long fields by Shawn O. Pearce · 15 years ago
  58. 2a7af36 protobuf: Support custom ProtobufCodec implementations by Shawn O. Pearce · 15 years ago
  59. ab08d43 protobuf: Implement repeated support for List/Set by Shawn O. Pearce · 15 years ago
  60. 46888bd protobuf: Support zero-copy encode/decode by Shawn O. Pearce · 15 years ago
  61. d0e1f40 Merge "protobuf: Support ByteBuffer based decode" by Shawn Pearce · 15 years ago
  62. 646cf6b protobuf: Support ByteBuffer based decode by Jeff Schumacher · 15 years ago
  63. e510ae9 Fix sequences on NoSQL to start at 1 by Shawn O. Pearce · 15 years ago
  64. 9c5c5d6 Simplify the NoSQL implementation with more default behavior by Shawn O. Pearce · 15 years ago
  65. 099e8d3 Update missing Javadoc around the NoSQL API by Shawn O. Pearce · 15 years ago
  66. fb190fe Honor a sequence's startValue in NoSQL by Shawn O. Pearce · 15 years ago
  67. b43316b Define a skeleton NoSQL base for extension by Shawn O. Pearce · 15 years ago
  68. 00920ae Create IndexFunctions on the fly for NoSQL secondary keys by Shawn O. Pearce · 15 years ago
  69. 4c02c6a Create an encoder for NoSQL secondary index keys by Shawn O. Pearce · 15 years ago
  70. c689603 Don't allow multiple queries with the same method name by Shawn O. Pearce · 15 years ago
  71. c10c53b Permit abstract SchemaModel for a SchemaGen by Shawn O. Pearce · 15 years ago
  72. 68d560f Hoist atomicUpdate, deleteKeys up to AbstractAccess by Shawn O. Pearce · 15 years ago
  73. cfb26ce Fix SchemaGen to pass the SchemaFactory through the constructor by Shawn O. Pearce · 15 years ago
  74. 1201971 Fix protobuf code generation for Timestamp by Shawn O. Pearce · 15 years ago
  75. 5f999f9 Widen generic annotations in jdbc AccessGen by Shawn O. Pearce · 15 years ago
  76. f3ee9a5 Move AccessGen and CodeGenSupport to sane packages by Shawn O. Pearce · 15 years ago
  77. dfbd70c Refactor SchemaGen to be reused for NoSQL backends by Shawn O. Pearce · 15 years ago
  78. c57426c Refactor sequence increment to be in dialects by Shawn O. Pearce · 15 years ago
  79. 3b8d556 Remove the pointless WeakReference based schema factory by Shawn O. Pearce · 15 years ago
  80. 97d147d Refactor SchemaConstructorGen to be reused by Shawn O. Pearce · 15 years ago
  81. e264bdd Remove support for WHERE a != ? by Shawn O. Pearce · 15 years ago
  82. cf06660 Remove support for @Query ORDER BY ASC / DESC by Jeff Schumacher · 15 years ago
  83. 4c894aa Move GeneratedClassLoader to more generic package by Shawn O. Pearce · 15 years ago
  84. 4af5527 Simplify AbstractAccess API by removing indirection by Shawn O. Pearce · 15 years ago
  85. 2c467e9 Removed transactions by Jeff Schumacher · 15 years ago
  86. e09863d Fix NULL timestamps on MySQL 5.0 by Shawn O. Pearce · 15 years ago
  87. 00a9570 Add support for encoding/decoding objects in Google protobuf by Shawn O. Pearce · 15 years ago
  88. f591b8d Support trivial delete by key by Shawn O. Pearce · 15 years ago
  89. 4f96455 Gracefully ignore insert/update/delete with empty collections by Shawn O. Pearce · 15 years ago
  90. 3264e18 Add a utility function for atomic updates by Shawn O. Pearce · 15 years ago
  91. cb70642 Add upsert to Access interface by Shawn O. Pearce · 15 years ago
  92. 029dd2f Remove support for @SecondaryKey annotation by Shawn O. Pearce · 15 years ago
  93. 5097cb1 Add a unique id to every @Column annotation by Shawn O. Pearce · 15 years ago
  94. 09f0835 Strip out the GWT dependencies by Shawn O. Pearce · 15 years ago
  95. 140d36b Allow schema upgrades to be logged and/or bypassed by Shawn O. Pearce · 15 years ago
  96. 3a9a880 Add support for renaming an existing column by Shawn O. Pearce · 15 years ago
  97. fb95930 Implement schema upgrading by Shawn O. Pearce · 15 years ago
  98. 9de0323 Allow the same schema to be opened with different dialects by Shawn O. Pearce · 15 years ago
  99. 43ef01b Remove trailing whitespace from ends of lines by Shawn O. Pearce · 15 years ago
  100. ae274fb mysql: Fix sequence generators by Shawn O. Pearce · 16 years ago