| Commit message (Expand) | Author | Age | Files | Lines |
| * | - flake8 for lib passes | Mike Bayer | 2019-01-05 | 1 | -3/+5 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 1 | -12/+12 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -829/+1197 |
| * | Allow dialects to customize group by clause compilation | Samuel Chou | 2018-09-20 | 1 | -9/+13 |
| * | Add concept of "implicit boolean", treat as native | Mike Bayer | 2018-08-16 | 1 | -2/+4 |
| * | Include UPDATE/DELETE extra_froms in correlation | Mike Bayer | 2018-08-04 | 1 | -12/+15 |
| * | Merge "Support JOIN in UPDATE..FROM" into rel_1_2 | mike bayer | 2018-06-25 | 1 | -4/+13 |
| |\ |
|
| | * | Support JOIN in UPDATE..FROM | Mike Bayer | 2018-06-24 | 1 | -4/+13 |
| * | | render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQL | Mike Bayer | 2018-06-18 | 1 | -2/+7 |
| |/ |
|
| * | Ensure all visit_sequence accepts **kw args | Mike Bayer | 2018-04-04 | 1 | -1/+1 |
| * | Track if we're rendering within the CTE recursively | Mike Bayer | 2018-03-14 | 1 | -1/+9 |
| * | Check existing CTE for an alias name when rendering FROM clause | Mike Bayer | 2018-03-02 | 1 | -50/+56 |
| * | Quote cte alias if needed | Eric Atkin | 2018-02-22 | 1 | -0/+2 |
| * | Merge "Make column-level collation quoting dialect-specific" | mike bayer | 2018-01-12 | 1 | -1/+12 |
| |\ |
|
| | * | Make column-level collation quoting dialect-specific | Mike Bayer | 2018-01-12 | 1 | -1/+12 |
| * | | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| |/ |
|
| * | Implement an error lookup | Mike Bayer | 2017-12-27 | 1 | -5/+5 |
| * | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -6/+55 |
| * | Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383 | Spitcyn | 2017-09-13 | 1 | -1/+4 |
| * | Allow for multiple FOLLOWING/PRECEDING in a window range | Mike Bayer | 2017-08-25 | 1 | -2/+11 |
| * | Add support for CACHE and ORDER to sequences | David Moore | 2017-07-05 | 1 | -0/+4 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -6/+28 |
| * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -8/+20 |
| * | Apply SQL compilation to sqltext for column-level CHECK constraint | Mike Bayer | 2017-04-04 | 1 | -1/+3 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -5/+5 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -3/+26 |
| * | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 1 | -0/+24 |
| * | Don't cache savepoint identifiers | Mike Bayer | 2017-03-06 | 1 | -1/+7 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
| * | Merge "Tighten rules for order_by(Label) resolution" | mike bayer | 2017-01-09 | 1 | -6/+6 |
| |\ |
|
| | * | Tighten rules for order_by(Label) resolution | Mike Bayer | 2017-01-06 | 1 | -6/+6 |
| * | | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| |/ |
|
| * | Propagate execution_options at compile stage | Mike Bayer | 2016-10-05 | 1 | -0/+15 |
| * | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 1 | -4/+24 |
| * | Escape literal string values passed to server_default | Mike Bayer | 2016-09-30 | 1 | -1/+2 |
| * | Allow stringify compiler to render unnamed column | Mike Bayer | 2016-09-02 | 1 | -3/+8 |
| * | Check for supports_execution at ClauseElement base | Mike Bayer | 2016-08-31 | 1 | -1/+4 |
| * | Work w/ prefetch even for selects, if present | Mike Bayer | 2016-07-12 | 1 | -0/+6 |
| * | Don't reorder PrimaryKeyConstraint columns if explicit | Mike Bayer | 2016-06-20 | 1 | -1/+3 |
| * | Add DDLCompiler.create_table_suffix() | Mark Sandan | 2016-06-16 | 1 | -1/+10 |
| * | Add TABLESAMPLE clause support. | saarni | 2016-06-15 | 1 | -0/+11 |
| * | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 1 | -0/+6 |
| * | Support range specification in window function | Phillip Cloud | 2016-06-07 | 1 | -2/+27 |
| * | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -0/+2 |
| * | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 1 | -6/+12 |
| * | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -1/+7 |
| * | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 1 | -1/+0 |
| * | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 1 | -1/+4 |
| * | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 1 | -7/+3 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -40/+54 |