| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for GROUP BY CUBE, SET, ROLLUPpr_github_383 | Spitcyn | 2017-09-12 | 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 |
* | - oracle requires GLOBAL here | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
* | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
* | fix passing literal_binds flag through for update and insertpr/232 | Tim Tate | 2016-02-02 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 1 | -1/+1 |
* | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 1 | -0/+35 |
* | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 1 | -7/+15 |
* | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -25/+12 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -23/+68 |
* | - fix docstrings | Mike Bayer | 2016-01-08 | 1 | -15/+16 |
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -5/+11 |
* | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 1 | -0/+6 |
* | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+1 |
* | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -2/+2 |
* | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -1/+1 |
* | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 1 | -0/+3 |
* | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -1/+7 |
* | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -0/+2 |