aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* pending tests.Nick Kallen2008-03-121-2/+2
| | | | better coverage though i dislike the strategy
* renamed strategy method to formatNick Kallen2008-03-111-1/+2
| | | | | | - strategy (the method on scalar and attribute) is a complex double-dispatching scheme to format (to_sql) a scalar in the light of the particular attribute; that is, it casts strings to integers if the column is int, etc.
* refactored session's interaction with engine/connectionNick Kallen2008-03-111-0/+48
- follows law of demeter - Table.engine uses AR::Base adapter