John Sullivan
John Sullivan
ie, per-table optimistic locking, etc. on story board here: https://www.pivotaltracker.com/story/show/127407109
PType.name, defaults to class name. on story board here: https://www.pivotaltracker.com/story/show/127407119
make specs2 versions of RepoCrudSpec and QuerySpec on my story board here: https://www.pivotaltracker.com/story/show/114985815
#108382016 gives the user control over the database key that allows for fast partitioned access in a partitioned database. however, database users sometimes need to resort to constructing a second...
- turn on key enforcement via config - for primary keys and mongo, this should already be handled by basic schema generation. - for non-primary keys, mongo can enforce key...
the primary keys are already immutable. small changes could enforce the immutability of all keys. this is tracked on my story board here: https://www.pivotaltracker.com/story/show/127406521
in both Cassandra and SQLite back ends, when the user constructs a query that mentions a property that is not in a key or index, the query fails at runtime....
add config flags that cause longevity to to write every read and/or write to an auxiliary table. (for diagnostics.) I would probably have two config flags / tables: `readHistory` and...
a set of ScalaTest/ScalaMock mock repositories for unit testing https://www.pivotaltracker.com/story/show/107887460
configuration flag to support compression for Cassandra network traffic. Currently, no network compression is applied. There should be three options: none, LZ4, and Snappy. https://datastax.github.io/java-driver/2.1.7/features/compression/