Ticket #61 (closed defect: invalid)

Opened 3 years ago

Last modified 1 year ago

SQLObject Caching cleanup and docs

Reported by: kevin Assigned to: anonymous
Priority: normal Milestone:
Component: SQLObject Version:
Severity: normal Keywords:
Cc:

Description

SQLObject has a caching system to prevent repeated pulls of the same data from the database. This is not well documented (like how do you expire something?) This should be cleaned up a bit for SQLObject 0.8.

Change History

04/20/06 00:12:21 changed by godoy

I believe this is part of what should be done in #142.

Just as a side note, our "implicit transactions" has also changed somewhat the standard caching system from SQLObject since every transaction has its own cache. Maybe just documenting this and citing how it works for SQLObject outside of these transactions would be enough (maybe explaining why implicit transactions and pointing to SQLObject docs/ML threads/etc. is the best approach...).

08/25/06 23:29:00 changed by jorge.vargas

  • status changed from new to closed.
  • resolution set to invalid.