| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ |
|
| | * | Change visit name for ColumnElement | Mike Bayer | 2017-12-06 | 1 | -1/+1 |
| * | | Merge "Allow delete where clause to refer multiple tables." | mike bayer | 2017-12-06 | 2 | -9/+86 |
| |\ \ |
|
| | * | | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 2 | -9/+86 |
| | |/ |
|
| * | | Propagate attachment events for ARRAY | Mike Bayer | 2017-12-04 | 1 | -0/+2 |
| |/ |
|
| * | add nullsfirst() / nullslast() to top-level imports | Lele Gaifax | 2017-11-16 | 1 | -0/+2 |
| * | Accommodate tuples for ColumnDefault.__repr__ | Nicolas CANIART | 2017-10-31 | 1 | -1/+1 |
| * | Rework autoescape to be a simple boolean; escape the escape character | Mike Bayer | 2017-10-24 | 1 | -81/+247 |
| * | Disallow all ambiguous boolean values for Boolean | Mike Bayer | 2017-10-12 | 1 | -4/+37 |
| * | Merge "Don't include SelectBase when searching for surface column elements" | mike bayer | 2017-10-08 | 1 | -3/+7 |
| |\ |
|
| | * | Don't include SelectBase when searching for surface column elements | Mike Bayer | 2017-10-05 | 1 | -3/+7 |
| * | | Fix array_agg to accommodate ARRAY arguments | Mike Bayer | 2017-10-06 | 1 | -1/+8 |
| |/ |
|
| * | Support method form of any_(), all_() | Mike Bayer | 2017-09-27 | 2 | -1/+35 |
| * | Merge "Make a common approach for "emulated" types" | mike bayer | 2017-09-26 | 2 | -95/+186 |
| |\ |
|
| | * | Make a common approach for "emulated" types | Mike Bayer | 2017-09-25 | 2 | -95/+186 |
| * | | Add table / column comments into tometadata() | Mike Bayer | 2017-09-23 | 1 | -0/+2 |
| |/ |
|
| * | Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075 | Mike Bayer | 2017-09-16 | 2 | -0/+5 |
| * | Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383 | Spitcyn | 2017-09-13 | 3 | -2/+67 |
| * | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -0/+9 |
| * | Ensure custom ops have consistent typing behavior, boolean support | Mike Bayer | 2017-09-01 | 4 | -12/+69 |
| * | Enable native boolean for SQL Server | Mike Bayer | 2017-08-30 | 1 | -6/+6 |
| * | Merge "Apply percent sign escaping to literal binds, comments" | mike bayer | 2017-08-28 | 1 | -0/+4 |
| |\ |
|