<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/orm, branch rel_0_9</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>Write a much better section about server defaults</title>
<updated>2018-08-09T17:40:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2018-08-09T17:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4cc7a88689c7182cd21c2b62f5582c6398a78f46'/>
<id>4cc7a88689c7182cd21c2b62f5582c6398a78f46</id>
<content type='text'>
Include information about eager_defaults etc.  These
docs were written before we had all the features
we do now.

Change-Id: Ie62e58c5986698824f717e9f8c802b07a27517d4
Fixes: #4317
(cherry picked from commit 82dfcf43de1d1647306ee2840b79be4f9df7588a)
(cherry picked from commit 47e3f37d904e0e26d0da34fb7fe86f5a35e958db)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include information about eager_defaults etc.  These
docs were written before we had all the features
we do now.

Change-Id: Ie62e58c5986698824f717e9f8c802b07a27517d4
Fixes: #4317
(cherry picked from commit 82dfcf43de1d1647306ee2840b79be4f9df7588a)
(cherry picked from commit 47e3f37d904e0e26d0da34fb7fe86f5a35e958db)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo from "addreses" to "addresses"</title>
<updated>2016-04-09T01:40:53+00:00</updated>
<author>
<name>Rachid Belaid</name>
<email>rachid@opendoor.com</email>
</author>
<published>2016-04-07T03:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0d618de316b099031279371f2ae534cd42e8b966'/>
<id>0d618de316b099031279371f2ae534cd42e8b966</id>
<content type='text'>
(cherry picked from commit c8db0862c102281da617d395b1826ff523af302e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit c8db0862c102281da617d395b1826ff523af302e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds documentation to Query.slice().</title>
<updated>2016-03-13T20:39:40+00:00</updated>
<author>
<name>jfinkels</name>
<email>jfinkels@users.noreply.github.com</email>
</author>
<published>2016-03-13T19:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ccd546aac69015c6f27056d33bb235206f6e90f1'/>
<id>ccd546aac69015c6f27056d33bb235206f6e90f1</id>
<content type='text'>
(cherry picked from commit 6e5e64e27ef2c6a86c9aebdcefdf2cd726f1476a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6e5e64e27ef2c6a86c9aebdcefdf2cd726f1476a)
</pre>
</div>
</content>
</entry>
<entry>
<title>- fully hyperlink the docstring for make_transient</title>
<updated>2016-02-08T23:07:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-08T23:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=13473af1b78f0971ce371b7dc5a07851862627d8'/>
<id>13473af1b78f0971ce371b7dc5a07851862627d8</id>
<content type='text'>
- establish make_transient and make_transient_to_detached as special-use,
advanced use only functions
- list all conditions under make_transient() under which an attribute
will not be loaded and establish that make_transient() does not attempt
to load all attributes before detaching the object from its
session, fixes #3640

(cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- establish make_transient and make_transient_to_detached as special-use,
advanced use only functions
- list all conditions under make_transient() under which an attribute
will not be loaded and establish that make_transient() does not attempt
to load all attributes before detaching the object from its
session, fixes #3640

(cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e)
</pre>
</div>
</content>
</entry>
<entry>
<title>- write a real inline documentation section for from_self(),</title>
<updated>2015-12-07T17:37:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-12-07T17:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2506d7202f492796f801e1e3eb23c09d4cc52fab'/>
<id>2506d7202f492796f801e1e3eb23c09d4cc52fab</id>
<content type='text'>
building on the example of query.join().  Ideally all the methods
in Query would have this kind of thing.  fixes #3544

(cherry picked from commit 8fa62d652b8d1834e23ba36e56c7bd711cc37e37)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
building on the example of query.join().  Ideally all the methods
in Query would have this kind of thing.  fixes #3544

(cherry picked from commit 8fa62d652b8d1834e23ba36e56c7bd711cc37e37)
</pre>
</div>
</content>
</entry>
<entry>
<title>- remove ambiguous use of the phrase "joined together by AND" as this</title>
<updated>2015-10-01T13:39:16+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-10-01T13:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=fb190fbfed4e898f646b6456a319785bc62037ef'/>
<id>fb190fbfed4e898f646b6456a319785bc62037ef</id>
<content type='text'>
may be construed as the Python "and" keyword
- add notes to ORM tutorial for beginners that Python "and" keyword
is not to be used
fixes #3545

(cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
may be construed as the Python "and" keyword
- add notes to ORM tutorial for beginners that Python "and" keyword
is not to be used
fixes #3545

(cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc)
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a new FAQ recipe for "walk all objects", replacing the need</title>
<updated>2015-09-10T14:01:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-09-10T14:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=86900687f13c097d287d527e0437dd6f94339627'/>
<id>86900687f13c097d287d527e0437dd6f94339627</id>
<content type='text'>
to use mapper.cascade_iterator() for this purpose as it was not really
designed for that use case.  Add docs to cascade_iterator() pointing
to the recipe.  fixes #3498

(cherry picked from commit 03797b78475bec9fb9c15f8e926414f3720a273c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to use mapper.cascade_iterator() for this purpose as it was not really
designed for that use case.  Add docs to cascade_iterator() pointing
to the recipe.  fixes #3498

(cherry picked from commit 03797b78475bec9fb9c15f8e926414f3720a273c)
</pre>
</div>
</content>
</entry>
<entry>
<title>- add new documentation that applies to all modern SQLA versions,</title>
<updated>2015-09-02T21:56:28+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-08-28T20:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d3c6f88824f0d7736f3ea9cd89eb0e60992ef4b9'/>
<id>d3c6f88824f0d7736f3ea9cd89eb0e60992ef4b9</id>
<content type='text'>
detailing ORM event recipes across the board.

(cherry picked from commit 8be93c23ee566de7cefd7d1b8ef044324132a70f)

Conflicts:
	doc/build/orm/events.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
detailing ORM event recipes across the board.

(cherry picked from commit 8be93c23ee566de7cefd7d1b8ef044324132a70f)

Conflicts:
	doc/build/orm/events.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>- add a note about DISTINCT in query w/ ORDER BY, references #3518</title>
<updated>2015-08-31T17:13:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-08-31T17:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5c8d1f33cd108f61418dc36ad15d123fa9797b37'/>
<id>5c8d1f33cd108f61418dc36ad15d123fa9797b37</id>
<content type='text'>
(cherry picked from commit 6d0c0994e9a08cf5d149af0314970d5f6e25b159)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6d0c0994e9a08cf5d149af0314970d5f6e25b159)
</pre>
</div>
</content>
</entry>
<entry>
<title>- use consistent and descriptive language in all cases</title>
<updated>2015-08-28T03:40:13+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-08-28T03:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6192af397f0fb5d8fc1029296d5c7c8a4cbbbc11'/>
<id>6192af397f0fb5d8fc1029296d5c7c8a4cbbbc11</id>
<content type='text'>
where we refer to the "weak_identity_map" option, and add additional
exposition in the session documentation which refers to it.
fixes #3517

(cherry picked from commit 956907a4b15f6dcc492582a7ad03706ff62d96fb)

Conflicts:
	lib/sqlalchemy/orm/identity.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where we refer to the "weak_identity_map" option, and add additional
exposition in the session documentation which refers to it.
fixes #3517

(cherry picked from commit 956907a4b15f6dcc492582a7ad03706ff62d96fb)

Conflicts:
	lib/sqlalchemy/orm/identity.py
</pre>
</div>
</content>
</entry>
</feed>
