| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "Add option to sort into inserts/updates to bulk_save_objects" | mike bayer | 2018-08-28 | 1 | -0/+8 |
| |\ |
|
| | * | Add option to sort into inserts/updates to bulk_save_objects | Alessandro Cucci | 2018-08-27 | 1 | -0/+8 |
| * | | Merge "Add python_requires and update classifiers" | mike bayer | 2018-08-28 | 1 | -2/+5 |
| |\ \ |
|
| | * | | Add python_requires and update classifiers | Hugo | 2018-08-26 | 1 | -2/+5 |
| | |/ |
|
| * | | Add BakedQuery.to_query() method | Mike Bayer | 2018-08-27 | 2 | -9/+21 |
| * | | document expanding bound parameters, in_(), and baked query use cases | Mike Bayer | 2018-08-27 | 1 | -0/+60 |
| * | | fix link typos | Mike Bayer | 2018-08-27 | 2 | -2/+2 |
| * | | Include Session._query_cls as part of the cache key | Mike Bayer | 2018-08-26 | 1 | -0/+8 |
| |/ |
|
| * | Merge "Unwrap Proxy objects when scanning declared_attr" | mike bayer | 2018-08-23 | 1 | -0/+11 |
| |\ |
|
| | * | Unwrap Proxy objects when scanning declared_attr | Mike Bayer | 2018-08-23 | 1 | -0/+11 |
| * | | Don't run postfetch_post_update for a DELETE | Mike Bayer | 2018-08-23 | 1 | -0/+15 |
| |/ |
|
| * | Propagate **kw in postgresql distinct on compilation | Mike Bayer | 2018-08-22 | 1 | -0/+7 |
| * | Pass desired array type from pg.array_agg to functions.array_agg | Mike Bayer | 2018-08-22 | 1 | -0/+9 |
| * | Strip quotes from format_type in addition to other characters | Mike Bayer | 2018-08-21 | 1 | -0/+9 |
| * | cherry-pick changelog update for 1.2.12 | Mike Bayer | 2018-08-20 | 1 | -0/+4 |
| * | cherry-pick changelog from 1.2.11 | Mike Bayer | 2018-08-20 | 8 | -72/+79 |
| * | Add missing range_ / rows parameters to additional over() methods | Mike Bayer | 2018-08-19 | 1 | -0/+10 |
| * | Merge "Accommodate for classically mapped base classes in declarative" | mike bayer | 2018-08-17 | 1 | -0/+13 |
| |\ |
|
| | * | Accommodate for classically mapped base classes in declarative | Mike Bayer | 2018-08-17 | 1 | -0/+13 |
| * | | Add concept of "implicit boolean", treat as native | Mike Bayer | 2018-08-15 | 1 | -0/+13 |
| |/ |
|
| * | Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE. | Maxim Bublis | 2018-08-13 | 3 | -0/+40 |
| * | Correct for the INSERT statement, typos | Mike Bayer | 2018-08-09 | 1 | -5/+6 |
| * | Write a much better section about server defaults | Mike Bayer | 2018-08-09 | 2 | -37/+210 |
| * | Fixed issue with :meth:`.TypeEngine.bind_expression` and | Mike Bayer | 2018-08-08 | 2 | -0/+61 |
| * | Add support of empty list in exanding of bindparam | Nicolas Rolin | 2018-08-07 | 2 | -0/+38 |
| * | Include UPDATE/DELETE extra_froms in correlation | Mike Bayer | 2018-08-04 | 1 | -0/+15 |
| * | Merge "Handle association proxy delete and provide for scalar delete cascade" | mike bayer | 2018-08-01 | 2 | -0/+67 |
| |\ |
|
| | * | Handle association proxy delete and provide for scalar delete cascade | Mike Bayer | 2018-08-01 | 2 | -0/+67 |
| * | | Merge "Bind Integers to int for cx_Oracle" | mike bayer | 2018-08-01 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Bind Integers to int for cx_Oracle | Mike Bayer | 2018-08-01 | 1 | -0/+8 |
| | |/ |
|
| * | | Merge "Fix collections ABC access before Python 3.8" | mike bayer | 2018-08-01 | 1 | -0/+6 |
| |\ \ |
|
| | * | | Fix collections ABC access before Python 3.8 | Nathaniel Knight | 2018-08-01 | 1 | -0/+6 |
| | |/ |
|
| * | | Mention Properties keys in __dir__ | Korn, Uwe | 2018-08-01 | 1 | -0/+7 |
| |/ |
|
| * | Merge branch 'migration-12-typo-fix' of https://bitbucket.org/nbasu02/sqlalchemy | Mike Bayer | 2018-07-31 | 1 | -1/+1 |
| |\ |
|
| | * | Add comma in migration-12 | Neil Basu | 2018-07-31 | 1 | -1/+1 |
| * | | Replace 'with' with 'which' | Kevin Horn | 2018-07-27 | 1 | -1/+1 |
| |/ |
|
| * | Fix quoting schemas in _get_table_sql for the SQLite backend | Phillip Cloud | 2018-07-18 | 1 | -0/+6 |
| * | Don't apply no-traverse to query.statement | Mike Bayer | 2018-07-14 | 1 | -0/+11 |
| * | cherry-pick changelog update for 1.2.11 | Mike Bayer | 2018-07-13 | 1 | -0/+4 |
| * | cherry-pick changelog from 1.2.10 | Mike Bayer | 2018-07-13 | 4 | -26/+29 |
| * | Use exprs for bundle __clause_element__ | Mike Bayer | 2018-07-13 | 1 | -0/+8 |
| * | Correct the bug number for :ticket:`4288`, which was erroneously | Mike Bayer | 2018-07-13 | 1 | -1/+1 |
| * | - fix typo | Mike Bayer | 2018-07-13 | 1 | -1/+1 |
| * | Merge "Don't null FK for collection-removed item with passive_deletes='all'" | mike bayer | 2018-07-12 | 2 | -0/+54 |
| |\ |
|
| | * | Don't null FK for collection-removed item with passive_deletes='all' | Mike Bayer | 2018-07-11 | 2 | -0/+54 |
| * | | Merge "Drop default-related structures after the Table is dropped." | mike bayer | 2018-07-11 | 2 | -0/+13 |
| |\ \ |
|
| | * | | Drop default-related structures after the Table is dropped. | Mike Bayer | 2018-07-10 | 2 | -0/+13 |
| * | | | Add pyodbc fast_executemany | Mike Bayer | 2018-07-10 | 2 | -0/+31 |
| | |/
|/| |
|
| * | | Merge "Add all "like", "between", "is" operators as comparison operators" | mike bayer | 2018-07-10 | 1 | -0/+10 |
| |\ \ |
|
| | * | | Add all "like", "between", "is" operators as comparison operators | Mike Bayer | 2018-07-10 | 1 | -0/+10 |