summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-20Merge branch 'stable'HEADmasterShawn O. Pearce
2011-06-20Don't delete values from MySQL sequence tablesv1.1.5Shawn O. Pearce
2010-08-12Fix getBySqlIn in generated codeShawn O. Pearce
2010-08-09Use multiple key lookup for secondary row scansShawn O. Pearce
2010-08-09Implement multiple row lookup by defaultShawn O. Pearce
2010-08-09Stop abusing Map.Entry and declare our own Row typeShawn O. Pearce
2010-08-09Use fetchRow for single get by keyShawn O. Pearce
2010-08-09Permit NoSQL results to be out-of-orderShawn O. Pearce
2010-08-07Allow a more streaming interface to scansShawn O. Pearce
2010-08-07Use a tiny local cache to improve NoSQL upsert performanceShawn O. Pearce
2010-08-07Don't flush immediately during NoSQL writesShawn O. Pearce
2010-08-07Add autoFlush flag to SchemaShawn O. Pearce
2010-08-06Define getRelationID on AccessShawn O. Pearce
2010-08-06Expose all relations and all entitiesShawn O. Pearce
2010-08-06Encode relation id as protobuf tag in contentShawn O. Pearce
2010-08-06Generate a Protobuf definition for the databaseJeff Schumacher
2010-08-05Added ID to @RelationJeff Schumacher
2010-07-28protobuf: Support encoding/decoding from any streamShawn O. Pearce
2010-07-28Added code to check that objects have @Column annotationsJeff Schumacher
2010-07-28protobuf: Support encoding EnumsShawn O. Pearce
2010-06-22protobuf: Fix sizeof for long fieldsShawn O. Pearce
2010-06-22protobuf: Support custom ProtobufCodec implementationsShawn O. Pearce
2010-06-22protobuf: Implement repeated support for List/SetShawn O. Pearce
2010-06-21protobuf: Support zero-copy encode/decodeShawn O. Pearce
2010-06-21Merge "protobuf: Support ByteBuffer based decode"Shawn Pearce
2010-06-21protobuf: Support ByteBuffer based decodeJeff Schumacher
2010-06-09Fix sequences on NoSQL to start at 1Shawn O. Pearce
2010-06-07Simplify the NoSQL implementation with more default behaviorShawn O. Pearce
2010-06-07Update missing Javadoc around the NoSQL APIShawn O. Pearce
2010-06-07Honor a sequence's startValue in NoSQLShawn O. Pearce
2010-06-04Define a skeleton NoSQL base for extensionShawn O. Pearce
2010-06-04Create IndexFunctions on the fly for NoSQL secondary keysShawn O. Pearce
2010-06-04Create an encoder for NoSQL secondary index keysShawn O. Pearce
2010-06-04Don't allow multiple queries with the same method nameShawn O. Pearce
2010-06-04Permit abstract SchemaModel for a SchemaGenShawn O. Pearce
2010-06-04Hoist atomicUpdate, deleteKeys up to AbstractAccessShawn O. Pearce
2010-06-04Fix SchemaGen to pass the SchemaFactory through the constructorShawn O. Pearce
2010-06-04Fix protobuf code generation for TimestampShawn O. Pearce
2010-06-04Widen generic annotations in jdbc AccessGenShawn O. Pearce
2010-06-01Move AccessGen and CodeGenSupport to sane packagesShawn O. Pearce
2010-06-01Refactor SchemaGen to be reused for NoSQL backendsShawn O. Pearce
2010-06-01Refactor sequence increment to be in dialectsShawn O. Pearce
2010-05-28Remove the pointless WeakReference based schema factoryShawn O. Pearce
2010-05-28Refactor SchemaConstructorGen to be reusedShawn O. Pearce
2010-05-28Remove support for WHERE a != ?Shawn O. Pearce
2010-05-28Remove support for @Query ORDER BY ASC / DESCJeff Schumacher
2010-05-27Move GeneratedClassLoader to more generic packageShawn O. Pearce
2010-05-27Simplify AbstractAccess API by removing indirectionShawn O. Pearce
2010-05-27Merge "Removed transactions"Shawn Pearce
2010-05-27Removed transactionsJeff Schumacher