summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/evaluator.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-11/+11
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-081-2/+12
* - 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