| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow join() to pick the best candidate from multiple froms/entities | Mike Bayer | 2018-11-14 | 2 | -2/+101 |
| * | Merge "Add new "all columns" naming convention tokens" | mike bayer | 2018-11-11 | 3 | -37/+85 |
| |\ |
|
| | * | Add new "all columns" naming convention tokens | Mike Bayer | 2018-11-10 | 3 | -37/+85 |
| * | | Implement SQLite ON CONFLICT for constraints | Denis Kataev | 2018-11-07 | 1 | -6/+7 |
| |/ |
|
| * | Add missing space | wodim | 2018-10-30 | 1 | -1/+1 |
| * | Support tuples of heterogeneous types for empty expanding IN | Mike Bayer | 2018-10-03 | 3 | -2/+21 |
| * | Merge "Import from collections.abc" | mike bayer | 2018-09-27 | 2 | -4/+3 |
| |\ |
|
| | * | Import from collections.abc | xtreak | 2018-09-27 | 2 | -4/+3 |
| * | | Copy create_constraint flag for Enum | Mike Bayer | 2018-09-25 | 1 | -1/+1 |
| |/ |
|
| * | Allow dialects to customize group by clause compilation | Samuel Chou | 2018-09-20 | 1 | -9/+13 |
| * | Adapt right side in join if lateral detected | Mike Bayer | 2018-09-18 | 1 | -1/+3 |
| * | document expanding bound parameters, in_(), and baked query use cases | Mike Bayer | 2018-08-27 | 2 | -12/+82 |
| * | Correct expanding docs to support empty lists | Mike Bayer | 2018-08-27 | 1 | -4/+5 |
| * | Pass desired array type from pg.array_agg to functions.array_agg | Mike Bayer | 2018-08-22 | 1 | -1/+2 |
| * | Add missing range_ / rows parameters to additional over() methods | Mike Bayer | 2018-08-19 | 1 | -4/+8 |
| * | Add concept of "implicit boolean", treat as native | Mike Bayer | 2018-08-15 | 4 | -2/+32 |
| * | Fixed issue with :meth:`.TypeEngine.bind_expression` and | Mike Bayer | 2018-08-08 | 2 | -9/+43 |
| * | Add support of empty list in exanding of bindparam | Nicolas Rolin | 2018-08-07 | 1 | -0/+6 |
| * | Include UPDATE/DELETE extra_froms in correlation | Mike Bayer | 2018-08-04 | 1 | -12/+15 |
| * | Merge "Drop default-related structures after the Table is dropped." | mike bayer | 2018-07-11 | 1 | -5/+11 |
| |\ |
|
| | * | Drop default-related structures after the Table is dropped. | Mike Bayer | 2018-07-10 | 1 | -5/+11 |
| * | | Merge "Add all "like", "between", "is" operators as comparison operators" | mike bayer | 2018-07-10 | 1 | -7/+36 |
| |\ \ |
|
| | * | | Add all "like", "between", "is" operators as comparison operators | Mike Bayer | 2018-07-10 | 1 | -7/+36 |
| | |/ |
|
| * | | Sqlite json | Ilja Everilä | 2018-07-10 | 1 | -2/+7 |
| |/ |
|
| * | support functions "as binary comparison" | Mike Bayer | 2018-07-09 | 3 | -2/+114 |
| * | Merge "Support JOIN in UPDATE..FROM" | mike bayer | 2018-06-25 | 1 | -4/+13 |
| |\ |
|
| | * | Support JOIN in UPDATE..FROM | Mike Bayer | 2018-06-13 | 1 | -4/+13 |
| * | | Merge "render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQL" | mike bayer | 2018-06-24 | 1 | -2/+7 |
| |\ \ |
|
| | * | | render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQL | Mike Bayer | 2018-06-18 | 1 | -2/+7 |
| | |/ |
|
| * | | Lookup index columns in parent table by key for copy | Mike Bayer | 2018-06-14 | 1 | -1/+2 |
| |/ |
|
| * | Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISION into floats | Mike Bayer | 2018-05-25 | 1 | -1/+29 |
| * | Fix string formatting TypeError if tuple is passed | Miguel Ventura | 2018-05-17 | 1 | -1/+1 |
| * | SQL Server is not native boolean; add new flag for CHECK constraint | Mike Bayer | 2018-05-10 | 1 | -1/+2 |
| * | Raise informative exception for non-sortable PK | Mike Bayer | 2018-04-09 | 1 | -1/+0 |
| * | 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 |
| * | Clone _cte_alias instead of assigning "self" | Mike Bayer | 2018-03-05 | 1 | -1/+1 |
| * | Check existing CTE for an alias name when rendering FROM clause | Mike Bayer | 2018-03-01 | 1 | -50/+56 |
| * | Quote cte alias if needed | Eric Atkin | 2018-02-22 | 1 | -0/+2 |
| * | Add values_callable feature to Enum | Jon Snyder | 2018-02-07 | 1 | -2/+22 |
| * | fix handling of native enum aliases in sqlalchemy enum columns | Daniel Knell | 2018-02-05 | 1 | -5/+8 |
| * | Merge "Make column-level collation quoting dialect-specific" | mike bayer | 2018-01-12 | 2 | -2/+20 |
| |\ |
|
| | * | Make column-level collation quoting dialect-specific | Mike Bayer | 2018-01-12 | 2 | -2/+20 |
| * | | happy new year | Mike Bayer | 2018-01-12 | 19 | -19/+19 |
| * | | `ValuesBase.values` inconsistency fix | Aubrey Stark-Toller | 2018-01-12 | 1 | -17/+22 |
| |/ |
|
| * | Merge "Implement an error lookup" | mike bayer | 2017-12-27 | 1 | -5/+5 |
| |\ |
|
| | * | Implement an error lookup | Mike Bayer | 2017-12-27 | 1 | -5/+5 |
| * | | - call this 1.2.0 | Mike Bayer | 2017-12-26 | 1 | -3/+3 |
| |/ |
|
| * | Fully copy index expressions | Mike Bayer | 2017-12-14 | 1 | -16/+28 |
| * | Merge "Change visit name for ColumnElement" | mike bayer | 2017-12-07 | 1 | -1/+1 |
| |\ |
|