summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add option to sort into inserts/updates to bulk_save_objects"mike bayer2018-08-281-0/+8
|\
| * Add option to sort into inserts/updates to bulk_save_objectsAlessandro Cucci2018-08-271-0/+8
* | Merge "Add python_requires and update classifiers"mike bayer2018-08-281-2/+5
|\ \
| * | Add python_requires and update classifiersHugo2018-08-261-2/+5
| |/
* | Add BakedQuery.to_query() methodMike Bayer2018-08-272-9/+21
* | document expanding bound parameters, in_(), and baked query use casesMike Bayer2018-08-271-0/+60
* | fix link typosMike Bayer2018-08-272-2/+2
* | Include Session._query_cls as part of the cache keyMike Bayer2018-08-261-0/+8
|/
* Merge "Unwrap Proxy objects when scanning declared_attr"mike bayer2018-08-231-0/+11
|\
| * Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-231-0/+11
* | Don't run postfetch_post_update for a DELETEMike Bayer2018-08-231-0/+15
|/
* Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-0/+7
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-0/+9
* Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-0/+9
* cherry-pick changelog update for 1.2.12Mike Bayer2018-08-201-0/+4
* cherry-pick changelog from 1.2.11Mike Bayer2018-08-208-72/+79
* Add missing range_ / rows parameters to additional over() methodsMike Bayer2018-08-191-0/+10
* Merge "Accommodate for classically mapped base classes in declarative"mike bayer2018-08-171-0/+13
|\
| * Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-0/+13
* | Add concept of "implicit boolean", treat as nativeMike Bayer2018-08-151-0/+13
|/
* Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-133-0/+40
* Correct for the INSERT statement, typosMike Bayer2018-08-091-5/+6
* Write a much better section about server defaultsMike Bayer2018-08-092-37/+210
* Fixed issue with :meth:`.TypeEngine.bind_expression` andMike Bayer2018-08-082-0/+61
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-072-0/+38
* Include UPDATE/DELETE extra_froms in correlationMike Bayer2018-08-041-0/+15
* Merge "Handle association proxy delete and provide for scalar delete cascade"mike bayer2018-08-012-0/+67
|\
| * Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-012-0/+67
* | Merge "Bind Integers to int for cx_Oracle"mike bayer2018-08-011-0/+8
|\ \
| * | Bind Integers to int for cx_OracleMike Bayer2018-08-011-0/+8
| |/
* | Merge "Fix collections ABC access before Python 3.8"mike bayer2018-08-011-0/+6
|\ \
| * | Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-011-0/+6
| |/
* | Mention Properties keys in __dir__Korn, Uwe2018-08-011-0/+7
|/
* Merge branch 'migration-12-typo-fix' of https://bitbucket.org/nbasu02/sqlalchemyMike Bayer2018-07-311-1/+1
|\
| * Add comma in migration-12Neil Basu2018-07-311-1/+1
* | Replace 'with' with 'which'Kevin Horn2018-07-271-1/+1
|/
* Fix quoting schemas in _get_table_sql for the SQLite backendPhillip Cloud2018-07-181-0/+6
* Don't apply no-traverse to query.statementMike Bayer2018-07-141-0/+11
* cherry-pick changelog update for 1.2.11Mike Bayer2018-07-131-0/+4
* cherry-pick changelog from 1.2.10Mike Bayer2018-07-134-26/+29
* Use exprs for bundle __clause_element__Mike Bayer2018-07-131-0/+8
* Correct the bug number for :ticket:`4288`, which was erroneouslyMike Bayer2018-07-131-1/+1
* - fix typoMike Bayer2018-07-131-1/+1
* Merge "Don't null FK for collection-removed item with passive_deletes='all'"mike bayer2018-07-122-0/+54
|\
| * Don't null FK for collection-removed item with passive_deletes='all'Mike Bayer2018-07-112-0/+54
* | Merge "Drop default-related structures after the Table is dropped."mike bayer2018-07-112-0/+13
|\ \
| * | Drop default-related structures after the Table is dropped.Mike Bayer2018-07-102-0/+13
* | | Add pyodbc fast_executemanyMike Bayer2018-07-102-0/+31
| |/ |/|
* | Merge "Add all "like", "between", "is" operators as comparison operators"mike bayer2018-07-101-0/+10
|\ \
| * | Add all "like", "between", "is" operators as comparison operatorsMike Bayer2018-07-101-0/+10