| Commit message (Expand) | Author | Age | Files | Lines |
| * | Report the type of unexpected expression objectspr/150 | Ryan P. Kelly | 2014-11-20 | 1 | -1/+2 |
| * | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 2 | -0/+62 |
| * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -0/+13 |
| * | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 2 | -1/+37 |
| * | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -0/+16 |
| * | - changelog for pullreq github:139 | Mike Bayer | 2014-10-21 | 1 | -0/+36 |
| * | Merge remote-tracking branch 'origin/pr/139' into pr139 | Mike Bayer | 2014-10-21 | 1 | -0/+44 |
| |\ |
|
| | * | add simple tests for new name argument for Table.tometadata()pr/139 | ndparker | 2014-10-04 | 1 | -0/+44 |
| * | | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 1 | -1/+20 |
| * | | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -4/+3 |
| * | | - additional issues fixed in mysqlconnector 2.0.1 | Mike Bayer | 2014-10-13 | 1 | -15/+0 |
| * | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+0 |
| * | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 2 | -2/+145 |
| * | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -0/+24 |
| * | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 2 | -92/+111 |
| * | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 2 | -0/+96 |
| |\ \ |
|
| | * | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+27 |
| | * | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 2 | -2/+2 |
| | * | | add ClauseTest for aggregatefilter | Ilja Everilä | 2014-09-10 | 1 | -0/+5 |
| | * | | tests for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+64 |
| * | | | - "column already assigned" message has been updated in 7f82c55f | Mike Bayer | 2014-09-25 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+17 |
| * | | - use compat.u for python3.2, fixes #3198 | Mike Bayer | 2014-09-15 | 1 | -2/+2 |
| |/ |
|
| * | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -0/+21 |
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 2 | -2/+269 |
| * | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 2 | -5/+85 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+27 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -2/+45 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -0/+5 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 6 | -70/+281 |
| * | - optional 'b' here for py3k | Mike Bayer | 2014-08-31 | 1 | -1/+1 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -2/+3 |
| * | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 2 | -2/+114 |
| * | - pep8 | Mike Bayer | 2014-08-20 | 1 | -16/+29 |
| * | - don't add the parent attach event within _on_table_attach | Mike Bayer | 2014-08-15 | 1 | -0/+14 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -0/+65 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -0/+38 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
| * | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -2/+2 |
| * | - find the remaining not cleaning up correctly test | Mike Bayer | 2014-07-28 | 1 | -1/+2 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -3/+0 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -3/+3 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 1 | -0/+51 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 2 | -3/+9 |
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 25 | -3570/+4237 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -1/+43 |
| * | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 1 | -4/+24 |
| * | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 1 | -0/+19 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -6/+80 |