| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/pr/150' | Mike Bayer | 2015-01-26 | 1 | -1/+2 |
|\ |
|
| * | Report the type of unexpected expression objectspr/150 | Ryan P. Kelly | 2014-11-20 | 1 | -1/+2 |
* | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -5/+13 |
* | | - typo fixes #3269 | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
* | | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -1/+1 |
|/ |
|
* | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -2/+2 |
* | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 1 | -0/+7 |
* | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 1 | -14/+10 |
* | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -1/+1 |
|\ |
|
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+2 |
* | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -1/+2 |
* | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 1 | -0/+29 |
* | | method documentation typo fixpr/134 | Ilja Everilä | 2014-09-11 | 1 | -1/+1 |
* | | documentation indentation fix | Ilja Everilä | 2014-09-11 | 1 | -2/+2 |
* | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+20 |
* | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 1 | -9/+9 |
* | | implementation for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+65 |
|/ |
|
* | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -3/+35 |
* | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -2/+3 |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -3/+13 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+25 |
* | - document all the varities of _label on the base ColumnElement | Mike Bayer | 2014-09-06 | 1 | -10/+54 |
* | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -1/+5 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -17/+93 |
* | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 1 | -9/+20 |
* | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -263/+279 |
* | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -0/+1 |
* | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 1 | -0/+48 |
* | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 1 | -1/+3 |
* | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -0/+16 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 1 | -0/+3 |
* | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 1 | -7/+21 |
* | - document the compiler_kwargs accessor | Mike Bayer | 2014-05-23 | 1 | -0/+20 |
* | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -5/+5 |
* | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -2/+7 |
* | - Fixed bug in :func:`.tuple_` construct where the "type" of essentially | Mike Bayer | 2014-02-27 | 1 | -5/+6 |
* | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 1 | -6/+9 |
* | - Fixed issue in new :meth:`.TextClause.columns` method where the ordering | Mike Bayer | 2014-02-26 | 1 | -7/+7 |
* | - More issues with [ticket:2932] first resolved in 0.9.2 where | Mike Bayer | 2014-02-05 | 1 | -2/+2 |
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -2/+5 |
* | - docs | Mike Bayer | 2014-01-26 | 1 | -37/+115 |
* | updates | Mike Bayer | 2014-01-26 | 1 | -52/+87 |
* | tweak text | Mike Bayer | 2014-01-25 | 1 | -2/+16 |
* | case | Mike Bayer | 2014-01-25 | 1 | -47/+139 |
* | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 1 | -102/+447 |