summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/evaluator.py
Commit message (Expand)AuthorAgeFilesLines
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-2/+2
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+3
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-2/+26
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-1/+7
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-1/+2
* Run black -l 79 against all source filesMike Bayer2019-01-061-30/+71
* happy new yearMike Bayer2018-01-121-1/+1
* Don't use repr() for Column/ColumnClause in warningMike Bayer2017-09-101-2/+3
* Warn instead of raise for unmapped column that matches on keyticket_4073Mike Bayer2017-09-101-3/+13
* Annotate parentmapper in primaryjoin / secondaryjoinMike Bayer2017-03-161-1/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+4
* - happy new yearMike Bayer2016-01-291-1/+1
* - 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