Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pending tests. | Nick Kallen | 2008-03-12 | 1 | -2/+2 |
| | | | | better coverage though i dislike the strategy | ||||
* | renamed strategy method to format | Nick Kallen | 2008-03-11 | 1 | -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/connection | Nick Kallen | 2008-03-11 | 1 | -0/+48 |
- follows law of demeter - Table.engine uses AR::Base adapter |