| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "Make a common approach for "emulated" types" | mike bayer | 2017-09-26 | 2 | -17/+54 |
| |\ |
|
| | * | Make a common approach for "emulated" types | Mike Bayer | 2017-09-25 | 2 | -17/+54 |
| * | | Add table / column comments into tometadata() | Mike Bayer | 2017-09-23 | 1 | -5/+22 |
| |/ |
|
| * | Merge "Add __next__(), next() to ResultProxy" | mike bayer | 2017-09-18 | 1 | -0/+17 |
| |\ |
|
| | * | Add __next__(), next() to ResultProxyreview/mike_bayer/ticket_4077 | Mike Bayer | 2017-09-15 | 1 | -0/+17 |
| * | | Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075 | Mike Bayer | 2017-09-16 | 1 | -0/+64 |
| * | | Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383 | Spitcyn | 2017-09-13 | 1 | -0/+36 |
| |/ |
|
| * | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 3 | -5/+3 |
| * | - skip oracle tests until we can merge refactor | Mike Bayer | 2017-09-08 | 1 | -0/+2 |
| * | Ensure custom ops have consistent typing behavior, boolean support | Mike Bayer | 2017-09-01 | 1 | -2/+31 |
| * | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 5 | -11/+20 |
| * | Add new sane_rowcount_w_returning flag | Mike Bayer | 2017-08-31 | 1 | -0/+10 |
| * | Merge "Apply percent sign escaping to literal binds, comments" | mike bayer | 2017-08-28 | 1 | -1/+18 |
| |\ |
|
| | * | Apply percent sign escaping to literal binds, comments | Mike Bayer | 2017-08-25 | 1 | -1/+18 |
| * | | Allow for multiple FOLLOWING/PRECEDING in a window range | Mike Bayer | 2017-08-25 | 1 | -12/+18 |
| |/ |
|
| * | - a few mysql fixes, more to come | Mike Bayer | 2017-08-20 | 1 | -7/+11 |
| * | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -0/+15 |
| * | Add support for CACHE and ORDER to sequences | David Moore | 2017-07-05 | 1 | -0/+12 |
| * | Return given type when it matches the adaptation | Mike Bayer | 2017-06-26 | 1 | -2/+24 |
| * | Coerce float Python type to Float; ensure Python float coming back | Mike Bayer | 2017-06-26 | 1 | -0/+17 |
| * | Repair WithinGroup.get_children() | Mike Bayer | 2017-06-16 | 1 | -0/+10 |
| * | Merge "Raise if ForeignKeyConstraint created with different numbers of local ... | mike bayer | 2017-05-25 | 1 | -0/+23 |
| |\ |
|
| | * | Raise if ForeignKeyConstraint created with different numbers of | Mike Bayer | 2017-05-25 | 1 | -0/+23 |
| * | | Flatten operator precedence for comparison operators | Michael Birtwell | 2017-05-25 | 1 | -0/+7 |
| |/ |
|
| * | Enforce boolean result type for all eq_, is_, isnot, comparison | Mike Bayer | 2017-04-27 | 1 | -0/+10 |
| * | Add _negate() to Label to negate inner element | Mike Bayer | 2017-04-21 | 1 | -1/+15 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 3 | -5/+87 |
| * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 3 | -30/+43 |
| * | Apply SQL compilation to sqltext for column-level CHECK constraint | Mike Bayer | 2017-04-04 | 1 | -0/+13 |
| * | ResultProxy won't autoclose connection until state flag is set | Mike Bayer | 2017-04-03 | 1 | -0/+44 |
| * | Merge "Use consistent method signature for Alias.self_group()" | mike bayer | 2017-04-03 | 1 | -0/+14 |
| |\ |
|
| | * | Use consistent method signature for Alias.self_group() | Mike Bayer | 2017-04-03 | 1 | -0/+14 |
| * | | Return self when Variant.coerce_compared_value would return impl | Mike Bayer | 2017-04-01 | 1 | -2/+72 |
| |/ |
|
| * | Apply type processing to untyped preexec default clause | Mike Bayer | 2017-03-30 | 1 | -8/+27 |
| * | Treat collation names as identifiers | Mike Bayer | 2017-03-23 | 2 | -8/+25 |
| * | Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy | Mike Bayer | 2017-03-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typos ('expicit' -> 'explicit') | Jamie Alessio | 2017-03-14 | 1 | -1/+1 |
| * | | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -1/+28 |
| |/ |
|
| * | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 3 | -32/+108 |
| * | Enable sane_multi_rowcount for cx_Oracle | Mike Bayer | 2017-03-14 | 1 | -3/+31 |
| * | add autoescape option to startswith, endswith, and contains | Diana Clarke | 2017-03-14 | 1 | -13/+111 |
| * | Allow SchemaType and Variant to work together | Mike Bayer | 2017-03-07 | 2 | -10/+97 |
| * | Repair missing "checkfirst" for test suite | Mike Bayer | 2017-03-07 | 1 | -0/+1 |
| * | Only use schema_translate_map on SchemaItem subclasses | Mike Bayer | 2017-02-28 | 1 | -1/+45 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 23 | -183/+199 |
| * | Merge "Support python3.6" | mike bayer | 2017-01-13 | 7 | -16/+18 |
| |\ |
|
| | * | Support python3.6 | Mike Bayer | 2017-01-13 | 7 | -16/+18 |
| * | | Pass **kw to bound params in multi values | Mike Bayer | 2017-01-09 | 1 | -0/+12 |
| |/ |
|
| * | Tighten rules for order_by(Label) resolution | Mike Bayer | 2017-01-06 | 1 | -0/+50 |
| * | Call nextval() on sequence when doing INSERT from SELECT | Mike Bayer | 2016-12-21 | 1 | -1/+20 |