summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/evaluator.py
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2014-01-051-1/+1
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-3/+1
* Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+6
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-1/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
* - move all of orm to use absolute importsMike Bayer2012-06-231-11/+17
* happy new yearMike Bayer2012-01-041-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Apply more memoization to Mapper attributes & subject to group expiry.Jason Kirtland2010-09-031-1/+2
* fix error reporting in evaluator for unknown clauselist operators.Ants Aasma2009-12-301-1/+3
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+5
* - Fixed the evaluator not being able to evaluate IS NULL clauses.Ants Aasma2009-04-061-1/+1
* - annotations store 'parententity' as well as 'parentmapper'Mike Bayer2009-02-131-2/+2
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-4/+4
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-7/+7
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-6/+6
* Not implemenented binary ops also raise UnevaluatableErrorAnts Aasma2008-05-291-0/+2
* Preliminary implementation for the evaluation frameworkAnts Aasma2008-05-291-0/+96