| Commit message (Expand) | Author | Age | Files | Lines |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -0/+22 |
* | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -1/+4 |
* | Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56 | Mike Bayer | 2015-07-19 | 1 | -0/+7 |
|\ |
|
| * | add ClauseElement.cast() shortcut-method | Sebastian Bank | 2015-06-19 | 1 | -0/+7 |
* | | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 1 | -2/+5 |
* | | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -1/+8 |
|/ |
|
* | - Fixed a bug where clause adaption as applied to a :class:`.Label` | Mike Bayer | 2015-06-09 | 1 | -1/+2 |
* | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -0/+10 |
* | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 1 | -7/+17 |
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-23 | 1 | -1/+3 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | 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 |