| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -1/+4 |
| | | |||||
| * | - use "True" to indicate self-inspects, remove a lambda call | Mike Bayer | 2012-07-23 | 1 | -1/+3 |
| | | |||||
| * | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -8/+40 |
| | | |||||
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -9/+19 |
| | | | | | | | | | | | | | | | - modify inspection system: 1. raise a new exception for any case where the inspection context can't be returned. this supersedes the "not mapped" errors. 2. don't configure mappers on a mapper inspection. this allows the inspectors to be used during mapper config time. instead, the mapper configures on "with_polymorphic_selectable" now, which is needed for all queries - add a bunch of new "is_XYZ" attributes to inspectors - finish making the name change of "compile" -> "configure", for some reason this was only done partially | ||||
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
| | | |||||
| * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -0/+44 |
