summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-301-2/+7
* - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-271-5/+6
* - Adjusted the logic which applies names to the .c collection whenMike Bayer2014-02-261-6/+9
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-261-7/+7
* - More issues with [ticket:2932] first resolved in 0.9.2 whereMike Bayer2014-02-051-2/+2
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-2/+5
* - docsMike Bayer2014-01-261-37/+115
* updatesMike Bayer2014-01-261-52/+87
* tweak textMike Bayer2014-01-251-2/+16
* caseMike Bayer2014-01-251-47/+139
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-251-102/+447