| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow for multiple FOLLOWING/PRECEDING in a window range | Mike Bayer | 2017-08-25 | 1 | -12/+18 |
* | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -0/+12 |
* | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 1 | -3/+5 |
* | Only use schema_translate_map on SchemaItem subclasses | Mike Bayer | 2017-02-28 | 1 | -1/+45 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -2/+1 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -2/+2 |
* | Tighten rules for order_by(Label) resolution | Mike Bayer | 2017-01-06 | 1 | -0/+50 |
* | Propagate execution_options at compile stage | Mike Bayer | 2016-10-05 | 1 | -0/+33 |
* | Allow stringify compiler to render unnamed column | Mike Bayer | 2016-09-02 | 1 | -2/+11 |
* | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -1/+1 |
* | Don't reorder PrimaryKeyConstraint columns if explicit | Mike Bayer | 2016-06-20 | 1 | -1/+17 |
* | Add DDLCompiler.create_table_suffix() | Mark Sandan | 2016-06-16 | 1 | -0/+16 |
* | Support range specification in window function | Phillip Cloud | 2016-06-07 | 1 | -0/+67 |
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -0/+20 |
* | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 1 | -0/+15 |
* | - move out unconsumed names tests from test_compiler out to test_insert, test... | Mike Bayer | 2016-03-02 | 1 | -42/+0 |
* | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 1 | -0/+40 |
* | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 1 | -0/+23 |
* | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -16/+25 |
* | fix passing literal_binds flag through for update and insertpr/232 | Tim Tate | 2016-02-02 | 1 | -0/+16 |
* | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 1 | -4/+69 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+127 |
* | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+25 |
* | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -0/+15 |
* | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 1 | -2/+4 |
* | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -4/+63 |
* | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -0/+2 |
* | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -0/+13 |
* | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -3/+3 |
* | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 1 | -3/+3 |
* | PEP8 cleanup in /test/sql | Eric Streeper | 2015-03-18 | 1 | -4/+0 |
* | - rename _select_wraps | Mike Bayer | 2015-03-08 | 1 | -0/+61 |
* | foo | Mike Bayer | 2015-03-08 | 1 | -9/+9 |
* | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 1 | -1/+1 |
* | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 1 | -0/+29 |
* | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -0/+13 |
* | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -0/+16 |
* | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 1 | -91/+0 |
* | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 1 | -0/+91 |
|\ |
|
| * | 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 | 1 | -1/+1 |
| * | tests for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+64 |
* | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+17 |
|/ |
|
* | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -0/+21 |
* | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -14/+19 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -863/+968 |
* | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -0/+53 |
* | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -0/+9 |
* | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -0/+29 |