| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year | Mike Bayer | 2019-01-11 | 19 | -19/+19 |
| * | Render correct DDL for unsetting table comments | Mike Bayer | 2019-01-09 | 1 | -1/+5 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 19 | -526/+557 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 19 | -3129/+4603 |
| * | commit 1b774808c926665047bf353222ecd191679a95d1 | Lele Gaifax | 2018-12-30 | 1 | -4/+4 |
| * | Rewrite the convert_unicode docs and add tons of dragons | Mike Bayer | 2018-12-21 | 1 | -22/+36 |
| * | Removed the leading underscore for visitor_iterator property | Agam Rafaeli | 2018-12-05 | 1 | -4/+4 |
| * | Merge "Allow optional *args with base AnsiFunction" | mike bayer | 2018-11-30 | 2 | -10/+22 |
| |\ |
|
| | * | Allow optional *args with base AnsiFunction | Mike Bayer | 2018-11-29 | 2 | -10/+22 |
| * | | typo | Raphael | 2018-11-29 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Allow join() to pick the best candidate from multiple froms/entities" | mike bayer | 2018-11-15 | 2 | -2/+101 |
| |\ |
|
| | * | Allow join() to pick the best candidate from multiple froms/entities | Mike Bayer | 2018-11-14 | 2 | -2/+101 |
| * | | Merge "Add Sequence to StrSQLCompiler" | mike bayer | 2018-11-13 | 1 | -0/+3 |
| |\ \
| |/
|/| |
|
| | * | Add Sequence to StrSQLCompiler | Mike Bayer | 2018-11-10 | 1 | -0/+3 |
| * | | 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 |