0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed doc bug thanks to Scott Penrose More... over 13 years ago
small change for new moose More... over 13 years ago
Small 1% performance improvement through lazy loading complex attribute types. More... almost 14 years ago
added fetch_ids More... about 14 years ago
fixed some docs More... about 14 years ago
Fixed a pagination / limit bug. Limits are now enforced the way you'd expect, rather than the way SimpleDB does it. More... about 14 years ago
successfully converted to SimpleDB::Client More... about 14 years ago
changed prereqs More... about 14 years ago
removed SimpleDB::Class::HTTP in favor of SimpleDB::Client More... about 14 years ago
Added to_array_ref() in ResultSet. More... about 14 years ago
Fixed long MediumString, long HashRef problem. More... about 14 years ago
Fixed undefined value exception calling find() on non-existant item. More... about 14 years ago
- Added options to the has_many and belongs_to methods for consistency and other things. - Added runtime options for has_many generated methods. - Added has_ predicate method for belongs_to generated methods. - Better documentation for the has_many and belongs_to methods, and their generated methods. - Included author tests as they might make good examples for someone. More... about 14 years ago
Fixed a lot of documentation errors in the FAQ. More... about 14 years ago
- Added options on find(), search(), and insert() to set attributes once an item is instantiated. This is useful for prepopulating cache attributes which speed s up the system (no lookups needed), and helps prevent situations where you'd have stale objects in your code. - Added a mate option to belongs_to() and has_many(), which will automatically use the new set option when the objects are instantiated. More... about 14 years ago
removed weak references on belongs_to More... about 14 years ago
Fixed some outdated documentation on SimpleDB::Class::HTTP More... about 14 years ago
belongs_to references are now weak, to prevent memory leaks More... about 14 years ago
Reduced the number of method calls needed to instantiate an item, which improves performance marginally. More... about 14 years ago
Cache now gracefully detects memcached servers that were restarted, and reconnects to them. More... about 14 years ago
file meta-no-indexer doesn't work yet More... about 14 years ago
Fixed a bug with long running queries and NextTokens. More... about 14 years ago
added pagination, fixed bugs, updated faq More... about 14 years ago
Fixed a bug dealing with undefined values and type coersion. More... about 14 years ago
preparing to release 1.0000 More... about 14 years ago
- Options passing has changed in several methods. See count(), insert(), min(), max(), and search() in SimpleDB::Class::Domain. See count() and search() in SimpleDB::Class::ResultSet. This breaks backward compatibility of the API. - Added options to many methods for the new ConsistentRead option that Amazon added last week. More... about 14 years ago
The object retrieved by a 'belongs_to' method is now cached in memory so that if it's requested again on the same object it won't have to fetch it again. There is now an clear_{method_name}() method which goes with each generated belongs_to method to empty the cache. The cache is auto-cleared if the attribute value is changed. More... about 14 years ago
added more tests More... about 14 years ago
removed auto adding id field in favor of itemName() More... about 14 years ago
added simpledb to each constructor, which is now required More... about 14 years ago