summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* restore adapter logic in ORM loadingMike Bayer2021-06-084-11/+55
* init extra_criteria_entities in fromstatement w/ DMLMike Bayer2021-06-072-5/+7
* Merge "Pass URL object, not the string, to on_connect_url"mike bayer2021-06-062-3/+2
|\
| * Pass URL object, not the string, to on_connect_urlMike Bayer2021-06-062-3/+2
* | don't enable "fast insert executemany" for ON CONFLICT etcMike Bayer2021-06-041-1/+8
|/
* Adjust create_proxy_methods() to use kw argumentsMike Bayer2021-06-031-2/+18
* Merge "Implement proxy back reference system for asyncio"mike bayer2021-06-035-37/+212
|\
| * Implement proxy back reference system for asyncioMike Bayer2021-06-025-37/+212
* | delete exception traceback in _expect_raisesMike Bayer2021-06-021-0/+7
* | temporarily disable test_no_attach_to_event_loopMike Bayer2021-06-021-2/+10
|/
* apply sorting to overlaps messageMike Bayer2021-06-021-3/+5
* removing unavailable parameters from documentationCalli Rogers2021-06-021-5/+0
* Merge "improve "overlaps" warning; test for m2m"mike bayer2021-06-011-2/+5
|\
| * improve "overlaps" warning; test for m2mMike Bayer2021-06-011-2/+5
* | Clarify connection arg usage for postgresqlGord Thompson2021-06-012-16/+49
|/
* Version 1.4.18 placeholderMike Bayer2021-05-291-1/+1
* Merge "Remove pytest warning filter"mike bayer2021-05-291-6/+0
|\
| * Remove pytest warning filterFederico Caselli2021-05-281-6/+0
* | Ensure propagate_attrs available on PropComparatorMike Bayer2021-05-292-0/+15
|/
* Version 1.4.17 placeholderMike Bayer2021-05-281-1/+1
* Fix adaption in AnnotatedLabel; repair needless expense in coercionMike Bayer2021-05-283-6/+22
* ensure relationship.order_by stored as a tuple; check in dynamic alsoMike Bayer2021-05-272-3/+5
* get tests to pass on python 3.10Mike Bayer2021-05-273-17/+37
* Merge "Removed automap deprecation warning"Federico Caselli2021-05-261-1/+1
|\
| * Removed automap deprecation warningjason3gb2021-05-251-1/+1
* | fix typo in"Connecting to databases with access tokens" (#6432)Katsuyuki Sakai2021-05-251-1/+1
* | Fix minor glitches in the visitors.py docstrings (#6522)Lele Gaifax2021-05-251-5/+5
|/
* Merge "Provide primary key values for data in tests that aren't about primary...mike bayer2021-05-243-17/+33
|\
| * Provide primary key values for data in tests that aren't about primary keys.Jim Fulton2021-05-243-17/+33
* | Merge "URL parsing fixes"mike bayer2021-05-241-22/+17
|\ \
| * | URL parsing fixesMike Bayer2021-05-241-22/+17
* | | Merge "Add SSL connection info for psycopg2 and pg8000"mike bayer2021-05-242-0/+34
|\ \ \ | |/ / |/| |
| * | Add SSL connection info for psycopg2 and pg8000Gord Thompson2021-05-232-0/+34
* | | Clarify close for sync / async sessionMike Bayer2021-05-242-6/+47
|/ /
* | Merge "Detect back_populates referring to non-relationship"mike bayer2021-05-211-0/+7
|\ \
| * | Detect back_populates referring to non-relationshipFederico Caselli2021-05-201-0/+7
* | | Ensure extended instrumentation is fully disposedMike Bayer2021-05-201-4/+4
| |/ |/|
* | Merge "Remove pep484 type comments from the code"mike bayer2021-05-1818-249/+72
|\ \
| * | Remove pep484 type comments from the codeFederico Caselli2021-05-1618-249/+72
* | | Merge "Use type_ when creating literals in _LiteralRoundTripFixture"mike bayer2021-05-181-1/+1
|\ \ \
| * | | Use type_ when creating literals in _LiteralRoundTripFixtureJim Fulton2021-05-171-1/+1
* | | | Run SelectState from obj normalize ahead of calcing ORM joinsMike Bayer2021-05-173-23/+49
|/ / /
* | | Consult plugin_subject for non-ORM enabled stmts in get_bind()Mike Bayer2021-05-141-0/+9
|/ /
* | reformat URL attributesMike Bayer2021-05-121-11/+11
* | Fix documentation type in URL classFederico Caselli2021-05-121-1/+1
* | Update black flak8 and zimportsFederico Caselli2021-05-1210-12/+19
|/
* Create new event for collection add w/o mutationMike Bayer2021-05-124-1/+88
* Merge "allow CTE to be direct DML target"mike bayer2021-05-111-1/+7
|\
| * allow CTE to be direct DML targetMike Bayer2021-05-111-1/+7
* | Version 1.4.16 placeholderMike Bayer2021-05-111-1/+1