summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/inspection.py
Commit message (Collapse)AuthorAgeFilesLines
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
|
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-1/+4
|
* - use "True" to indicate self-inspects, remove a lambda callMike Bayer2012-07-231-1/+3
|
* - document the inspection systemMike Bayer2012-07-181-8/+40
|
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-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, sqlMike Bayer2012-06-231-1/+1
|
* begin implementing inspection system for #2208Mike Bayer2012-04-031-0/+44