0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.9.5 changes More... over 17 years ago
fixed bug in MockObjectStore where committing a dobj more than once in a transaction caused retrieval errors later More... over 17 years ago
fixed bug in MockObjectStore transactions where committing a new row and then querying for it returned nothing More... over 17 years ago
WARNING: Moved LafcadioTestCase out of lib/lafcadio/test.rb, since it's not that useful and was running the default test even if you just included the file but were not trying to run a test. More... almost 18 years ago
acceptance tests use a less-generic dbuser name More... almost 18 years ago
0.9.4 changes More... almost 18 years ago
removed unnecessary require statement More... almost 18 years ago
Added RDoc auto-gen to gemspec More... almost 18 years ago
Incorporated Brian Marick's logging patch: INSERTs, DELETEs and UPDATEs are also logged More... almost 18 years ago
0.9.3 changes More... about 18 years ago
updating docs More... about 18 years ago
more Postgres support More... about 18 years ago
more Postgres support More... about 18 years ago
more Postgres support More... about 18 years ago
more Postgres support More... about 18 years ago
more Postgres support More... about 18 years ago
more Postgres functionality More... about 18 years ago
more Postgres functionality More... about 18 years ago
beginning to add Postgres support. WARNING: Renamed BlobField to BinaryField More... about 18 years ago
eager loading More... about 18 years ago
replacing Query::Like::PRE_ONLY, ::POST_ONLY, and ::PRE_AND_POST with symbols :pre_only, :post_only, and :pre_and_post More... about 18 years ago
replacing more internal constants with Symbols instead More... about 18 years ago
Warning: Replaced Query::ASC and Query::DESC with symbols :asc and :desc More... about 18 years ago
Warning: replaced BooleanField::ENUMS_ONE_ZERO and BooleanField::ENUMS_CAPITAL_YES_NO with symbols :one_zero and :capital_yes_no More... about 18 years ago
eliminating some named constants with Symbols instead. In particular, DomainObject::COMMIT_ADD, DomainObject::COMMIT_EDIT, and DomainObject::COMMIT_DELETE are now replaced by :insert, :update, and :delete More... about 18 years ago
added LafcadioConfig[]= More... about 18 years ago
pk_id retrievals on inserts are thread-safe More... about 18 years ago
updated lafcadio_schema More... about 18 years ago
added RDoc for DomainMock More... about 18 years ago
Query#order_by can take either string or symbol field names More... about 18 years ago