summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* re-word recycle parameter documentationDavid Poggi2018-10-301-4/+4
* Add warning to hybrid property expression and fixup crosslinksJames Owen2018-10-301-1/+29
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-201-1/+2
* Add prop.secondary to FROM for dynamic loaderMike Bayer2018-10-171-0/+5
* Don't call rollback on DBAPI connection that's "closed"Mike Bayer2018-10-141-0/+6
* Perform additional retrieval of correct column namesMike Bayer2018-10-031-0/+53
* Fix dependency_for final argumentJoe Urciuoli2018-10-011-1/+1
* Add test and retroactive changelog for issue 4040Mike Bayer2018-10-012-1/+6
* Import from collections.abcxtreak2018-09-274-9/+6
* Merge "Copy create_constraint flag for Enum" into rel_1_2mike bayer2018-09-251-1/+1
|\
| * Copy create_constraint flag for EnumMike Bayer2018-09-251-1/+1
* | Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-2/+13
|/
* Allow dialects to customize group by clause compilationSamuel Chou2018-09-201-9/+13
* Version 1.2.13 placeholderMike Bayer2018-09-191-1/+1
* Merge "Adapt right side in join if lateral detected" into rel_1_2mike bayer2018-09-192-1/+10
|\
| * Adapt right side in join if lateral detectedMike Bayer2018-09-182-1/+10
* | Look for dict builtin in InstanceState cleanupRomuald Brunet2018-09-181-0/+7
|/
* Use cx_Oracle dml_ret_array_valMike Bayer2018-09-171-5/+27
* minor spelling correctionGlyph2018-09-071-1/+1
* Clarify init_scalar event use caseMike Bayer2018-09-061-36/+42
* MariaDB 10.3 updatesMike Bayer2018-08-301-2/+2
* Fix links and update verbiage for reset_on_returnMike Bayer2018-08-282-20/+18
* document expanding bound parameters, in_(), and baked query use casesMike Bayer2018-08-272-12/+77
* - pep8 cleanupMike Bayer2018-08-271-3/+1
* Update expanding docsMike Bayer2018-08-271-4/+3
* Include Session._query_cls as part of the cache keyMike Bayer2018-08-261-4/+17
* Merge "Unwrap Proxy objects when scanning declared_attr" into rel_1_2mike bayer2018-08-234-3/+23
|\
| * Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-234-3/+23
* | Don't run postfetch_post_update for a DELETEMike Bayer2018-08-231-0/+3
|/
* Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-1/+1
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-222-3/+5
* Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-1/+3
* Version 1.2.12 placeholderMike Bayer2018-08-201-1/+1
* Add missing range_ / rows parameters to additional over() methodsMike Bayer2018-08-191-4/+8
* Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-12/+39
* Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-8/+45
* Add concept of "implicit boolean", treat as nativeMike Bayer2018-08-164-2/+32
* Write a much better section about server defaultsMike Bayer2018-08-091-0/+4
* Include UPDATE/DELETE extra_froms in correlationMike Bayer2018-08-041-12/+15
* Bind Integers to int for cx_OracleMike Bayer2018-08-012-1/+39
* Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-013-4/+13
* Do some pep8 and other cruft removal around association proxyMike Bayer2018-08-011-11/+13
* Fix quoting schemas in _get_table_sql for the SQLite backendPhillip Cloud2018-07-181-2/+7
* Version 1.2.11 placeholderMike Bayer2018-07-131-1/+1
* Use exprs for bundle __clause_element__Mike Bayer2018-07-131-1/+1
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-5/+11
* Check tokens in chop path for inspectionattr before calling is_mapperMike Bayer2018-07-081-2/+4
* - add "leaks memory" to documented issues w/ mysqlconnector,Mike Bayer2018-06-301-0/+3
* Version 1.2.10 placeholderMike Bayer2018-06-291-1/+1
* Add unique_constraint_name to MSSQL FK reflectionSean Dunn2018-06-293-0/+5