1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add nice toString methods to the retrieved data containers for diagnostics. More... almost 15 years ago
Additions to the api to make it easier to use sequences rather than varargs. More... almost 15 years ago
Correct the quoting rules for select queries. More... about 15 years ago
Completion of support for BatchPutAttributes More... about 15 years ago
Add a mechanism to domains to allow them to process batch operations. More... about 15 years ago
Add new error messages for BatchPutAttributes More... about 15 years ago
Add the request and response definitions for BatchPutAttributes More... about 15 years ago
Add a method to allow a select expression to return only item names without attributes - corresponding to the: More... about 15 years ago
update to current version More... about 15 years ago
Fix the select attribute syntax, removing () More... about 15 years ago
eq and ne are defined on AnyRef, and so the implicit conversion doesn't get applied. As a result I'm changing them to is and is_not. This is probably a better idea anyway since otherwise they could be confused with the scala operators. More... about 15 years ago
Stop trying to construct a complete 'select' statement, and finish up the DSL. More... about 15 years ago
Further extension of the select mechanism for domains - now supports the same syntax as it used to do with the 'Query' DSL More... about 15 years ago
fix a small problem with the count(*) syntax More... about 15 years ago
Basic wiring up of the select dsl. More... about 15 years ago
Switch in the new base version of the attributes. More... about 15 years ago
create a base kind of attribute More... about 15 years ago
move the conversions into the top level of sublime More... about 15 years ago
Start work on the select dsl More... about 15 years ago
Atone for the heinous crime of copying and pasting by building the different forms of select using partial functions. More... about 15 years ago
clone this function to produce one that understands domains More... about 15 years ago
Add support for the QueryTimeout error More... about 15 years ago
Simplify Option expressions to use Map rather than cumbersome pattern matching. More... about 15 years ago
Add missing increment. More... about 15 years ago
Change the date format conversion name. This will break existing code but since we just changed the underlying format in an incompatible way, it's actually better this way. More... about 15 years ago
Let's avoid any future confusion by using the literal Z - zulu time specifier rather than an offset that might make it look as though other offsets are supported. More... about 15 years ago
Fix lexicographic comparison of ISO 8601 converted dates. More... about 15 years ago
Implement HttpClient connection pooling using commons-pool. More... about 15 years ago
Make typing less byzantine by de-nesting classes. More... about 15 years ago
These sorted combinations have to count as expressions. More... about 15 years ago