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