summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
...
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-32/+31
* fix missing savepoint structuresMike Bayer2013-08-121-0/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-6606/+79
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-1/+4
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-4/+4
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-0/+11
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-121-1/+4
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-2/+49
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-43/+111
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-2/+5
* - tests for the alias() APIMike Bayer2013-06-081-11/+90
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-9/+19
|\
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-1/+2
| * here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-041-5/+14
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-021-4/+4
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-031-59/+47
|\ \ | |/
| * - the distinct hash code logic here is entirely obsolete as you canMike Bayer2013-05-301-11/+0
| * Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
| |\
| * \ Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-2/+2
| |\ \
| * | | most of ORM passing...Mike Bayer2013-05-041-0/+1
| * | | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-2/+1
| * | | - endless isinstance(x, str)s....Mike Bayer2013-04-281-50/+45
| * | | - the raw 2to3 runMike Bayer2013-04-271-40/+44
* | | | magic accessors to the rescueMike Bayer2013-05-271-0/+13
| |_|/ |/| |
* | | fix this testMike Bayer2013-05-261-1/+1
| |/ |/|
* | Show the conflicting column in the warning!Chris Withers2013-05-261-2/+2
|/
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-2/+14
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-6/+40
* no need to use getattr() hereMike Bayer2013-03-171-0/+2
* doc updatesMike Bayer2013-03-111-29/+29
* - repair doctest for SQL expression tutorialMike Bayer2013-03-111-1/+35
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-28/+30
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-25/+34
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-1/+8
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-081-6/+11
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-55/+133
* merge latest defaultMike Bayer2012-12-081-5/+6
|\
| * fixing broken links (see #2625)Diana Clarke2012-12-051-2/+2
| * - BinaryExpression now keeps track of "left" and "right" as passed in,Mike Bayer2012-12-021-3/+4
* | updatebase: add support for multi parametersIdan Kamara2012-12-061-9/+22
|/
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-191-28/+118
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-0/+2
* Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-311-2/+4
* - add class_ to AliasedInspMike Bayer2012-10-261-0/+17
* Added :meth:`.ColumnOperators.notin_`,Mike Bayer2012-10-241-0/+3