summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-0/+22
* - changelog for #3459, fixes #3459Mike Bayer2015-07-191-1/+4
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-2/+5
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-1/+8
|/
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-1/+2
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-0/+10
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-7/+17
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-1/+3
* - copyright 2015Mike Bayer2015-03-101-1/+1
* Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\
| * Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-5/+13
* | - typo fixes #3269Mike Bayer2014-12-271-1/+1
* | Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-1/+1
|/
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+7
* - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-191-14/+10
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-1/+1
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
| * improve exception vs. exit handlingndparker2014-09-231-0/+2
* | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-1/+2
* | - changelog, migration for pr github:134Mike Bayer2014-10-041-0/+29
* | method documentation typo fixpr/134Ilja Everilä2014-09-111-1/+1
* | documentation indentation fixIlja Everilä2014-09-111-2/+2
* | allow windowing filtered functionsIlja Everilä2014-09-111-0/+20
* | renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-111-9/+9
* | implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+65
|/
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-3/+35
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-2/+3
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-3/+13
* wip for #3148Mike Bayer2014-09-061-1/+25
* - document all the varities of _label on the base ColumnElementMike Bayer2014-09-061-10/+54
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-1/+5
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-17/+93
* - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-011-9/+20
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-263/+279
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-0/+1
* - wrestle with conv() and tests some moreMike Bayer2014-07-141-0/+48
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-1/+3
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-0/+16
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+3
* - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-241-7/+21
* - document the compiler_kwargs accessorMike Bayer2014-05-231-0/+20
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-5/+5