summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Enable F841Mike Bayer2019-06-201-20/+4
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-1/+4
* Run PK/FK sync for multi-level inheritance w/ no intermediary updateMike Bayer2019-06-122-1/+20
* Rework Session transaction FAQsMike Bayer2019-06-071-1/+2
* Apply adaptation for most recent aliased=True firstMike Bayer2019-05-311-2/+2
* Merge "Rework AliasedClass __getattr__ to use top-level getattr()"mike bayer2019-05-312-30/+29
|\
| * Rework AliasedClass __getattr__ to use top-level getattr()Dmytro Starosud2019-05-292-30/+29
* | Use roles for ORM alias() conversionMike Bayer2019-05-274-42/+43
* | Hold implicitly created collections in a pending areaMike Bayer2019-05-276-20/+79
|/
* Unify NO_VALUE and NEVER_SETMike Bayer2019-05-243-42/+44
* Include active_history when propagating attribute listenersMike Bayer2019-05-232-0/+4
* Improve docstrings for AtributeEvents re: propagate flagMike Bayer2019-05-221-6/+55
* Add QueryableAttribute._impl_uses_objects accessor for AssociationProxyMike Bayer2019-05-191-0/+11
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-1812-65/+88
* Merge "Turn FlushError for identity already exists into a warning."mike bayer2019-05-161-13/+13
|\
| * Turn FlushError for identity already exists into a warning.Mike Bayer2019-05-071-13/+13
* | Document and test modification of .values in before_compile_updateMike Bayer2019-05-151-2/+24
* | Merge "Continue to assume None for un-accessed attribute on persistent object...mike bayer2019-05-141-1/+1
|\ \
| * | Continue to assume None for un-accessed attribute on persistentMike Bayer2019-05-131-1/+1
* | | Resolve RST306 issuesMike Bayer2019-05-133-7/+7
|/ /
* | Correct fix and tests for #4661Mike Bayer2019-05-101-9/+10
* | Add documentation for MySQL optimizer hints using prefix_withMike Bayer2019-05-081-4/+10
* | Don't warn on multi delete rowcount if supports_sane_multi is FalseMike Bayer2019-05-061-0/+1
|/
* Warn on merge of already-pending objectMike Bayer2019-04-281-0/+7
* Use "parent object" instead of "primary object"vpsx2019-04-171-2/+2
* Black updatesMike Bayer2019-04-111-4/+1
* Don't use and_() inside of Query.filter_byMike Bayer2019-04-101-1/+1
* Fix boolean check in new path comparison logicMike Bayer2019-03-242-4/+22
* Clarify that declarative string resolution does not imply imports are implicitAntony Gelberg2019-03-161-1/+8
* Ensure association proxy works over synonymMike Bayer2019-03-061-0/+4
* run a black runMike Bayer2019-03-052-1/+3
* Add support for key-word based get()sanjana2019-02-201-10/+55
* Ensure _simple_lazy_clause bind names are fixed before cloningMike Bayer2019-02-191-0/+3
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-5/+32
* Merge "Don't run pending_to_persistent for non-new objects"mike bayer2019-02-102-3/+13
|\
| * Don't run pending_to_persistent for non-new objectsMike Bayer2019-02-092-3/+13
* | Note for history methods that history is reset per-flush.Mike Bayer2019-02-092-2/+37
|/
* Merge "Remove all remaining text() coercions and ensure identifiers are safe"mike bayer2019-02-071-1/+3
|\
| * Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-1/+3
* | Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-043-48/+110
|/
* Ensure of_type subclass taken into account with wildcardsMike Bayer2019-01-261-1/+7
* Improve error messages in the area of loader optionsMike Bayer2019-01-255-36/+109
* Fix some long lines that sneaked in with the spelling fixes changeMike Bayer2019-01-251-2/+2
* Fix many spell glitchesLele Gaifax2019-01-2511-21/+21
* Merge "Add getters for all execution_options"mike bayer2019-01-251-0/+15
|\
| * Add getters for all execution_optionsDaniel Lister2019-01-251-0/+15
* | Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-259-170/+270
|/
* Merge "Add deprecation warnings to all deprecated APIs"mike bayer2019-01-2410-114/+191
|\
| * Add deprecation warnings to all deprecated APIsMike Bayer2019-01-2310-114/+191
* | Add QueryEvents before_compile_update / before_compile_deleteMike Bayer2019-01-222-0/+95
|/