<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/examples, branch pr/47</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- reorganize docs so expression, schema are broken out into subfiles, they're too big</title>
<updated>2013-08-21T21:05:02+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-08-18T22:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=944f99a3b1d887feb1f36b1ffe2fc3f2101bd460'/>
<id>944f99a3b1d887feb1f36b1ffe2fc3f2101bd460</id>
<content type='text'>
- fix the targeting of module names moved around by using custom handlers for "Bases", etc.

cherry pick of 0c19c1c66f3a115f5ce710de571552d68fac6358 from 0.9.   there's likely issues to be fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix the targeting of module names moved around by using custom handlers for "Bases", etc.

cherry pick of 0c19c1c66f3a115f5ce710de571552d68fac6358 from 0.9.   there's likely issues to be fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>- changelog</title>
<updated>2013-08-17T04:22:49+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-08-17T04:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=22b2fe56eb883ceaeff6fa986d64952904d245f6'/>
<id>22b2fe56eb883ceaeff6fa986d64952904d245f6</id>
<content type='text'>
- clean up these tests to not use globals so much, close out the session

Conflicts:
	doc/build/changelog/changelog_09.rst
	examples/versioning/test_versioning.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- clean up these tests to not use globals so much, close out the session

Conflicts:
	doc/build/changelog/changelog_09.rst
	examples/versioning/test_versioning.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in prschmid/sqlalchemy (pull request #4)</title>
<updated>2013-08-17T04:21:30+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>classic@zzzcomputing.com</email>
</author>
<published>2013-08-17T04:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4ead87dd3b9d72902604683bd69f8b5e7e3943e6'/>
<id>4ead87dd3b9d72902604683bd69f8b5e7e3943e6</id>
<content type='text'>
Made primary_key autoincrement=False in versioning example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made primary_key autoincrement=False in versioning example.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Improved the examples in ``examples/generic_associations``, including</title>
<updated>2013-07-20T02:57:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-07-20T02:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=37fc3e3bf8a481e00a54fdc83b0a927dffbba8a7'/>
<id>37fc3e3bf8a481e00a54fdc83b0a927dffbba8a7</id>
<content type='text'>
that ``discriminator_on_association.py`` makes use of single table
inheritance do the work with the "discriminator".  Also
added a true "generic foreign key" example, which works similarly
to other popular frameworks in that it uses an open-ended integer
to point to any other table, foregoing traditional referential
integrity.  While we don't recommend this pattern, information wants
to be free.  Also in 0.8.3.

- Added a convenience class decorator :func:`.as_declarative`, is
a wrapper for :func:`.declarative_base` which allows an existing base
class to be applied using a nifty class-decorated approach.  Also
in 0.8.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that ``discriminator_on_association.py`` makes use of single table
inheritance do the work with the "discriminator".  Also
added a true "generic foreign key" example, which works similarly
to other popular frameworks in that it uses an open-ended integer
to point to any other table, foregoing traditional referential
integrity.  While we don't recommend this pattern, information wants
to be free.  Also in 0.8.3.

- Added a convenience class decorator :func:`.as_declarative`, is
a wrapper for :func:`.declarative_base` which allows an existing base
class to be applied using a nifty class-decorated approach.  Also
in 0.8.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in goodscloud/sqlalchemy (pull request #3)</title>
<updated>2013-06-18T18:03:34+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>classic@zzzcomputing.com</email>
</author>
<published>2013-06-18T18:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c05ef592bfaa4f2074fb80d048288fcb9e11679a'/>
<id>c05ef592bfaa4f2074fb80d048288fcb9e11679a</id>
<content type='text'>
Forgot final check that a delete in a backref also doesn't create a new version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot final check that a delete in a backref also doesn't create a new version
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in goodscloud/sqlalchemy (pull request #2)</title>
<updated>2013-06-17T20:58:56+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>classic@zzzcomputing.com</email>
</author>
<published>2013-06-17T20:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6286f715dbf88c052fde1647689d8b0dff84a445'/>
<id>6286f715dbf88c052fde1647689d8b0dff84a445</id>
<content type='text'>
don't create a history entry when an object in a backref has changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't create a history entry when an object in a backref has changed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a small bug in the dogpile example where the generation</title>
<updated>2013-05-28T05:22:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-05-28T05:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=94096593ca92e105b8f716ff89b78856595d95c8'/>
<id>94096593ca92e105b8f716ff89b78856595d95c8</id>
<content type='text'>
of SQL cache keys wasn't applying deduping labels to the
statement the same way :class:`.Query` normally does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of SQL cache keys wasn't applying deduping labels to the
statement the same way :class:`.Query` normally does.
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize some more examples</title>
<updated>2013-04-27T21:21:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-27T21:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8cdb4543bd7a85bef0286433576aafe0fb8e7c4c'/>
<id>8cdb4543bd7a85bef0286433576aafe0fb8e7c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a long-standing bug in the caching example, where</title>
<updated>2013-04-19T00:11:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-19T00:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b6bf8c2a3001c38684ef806678dd187926e1910b'/>
<id>b6bf8c2a3001c38684ef806678dd187926e1910b</id>
<content type='text'>
the limit/offset parameter values wouldn't be taken into
account when computing the cache key.  The
_key_from_query() function has been simplified to work
directly from the final compiled statement in order to get
at both the full statement as well as the fully processed
parameter list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the limit/offset parameter values wouldn't be taken into
account when computing the cache key.  The
_key_from_query() function has been simplified to work
directly from the final compiled statement in order to get
at both the full statement as well as the fully processed
parameter list.
</pre>
</div>
</content>
</entry>
<entry>
<title>- remove erroneous second RelationshipCache class</title>
<updated>2013-04-18T22:35:45+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-18T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=23c43e94b0d7c5d69595d63cc205f3c08fe78fa3'/>
<id>23c43e94b0d7c5d69595d63cc205f3c08fe78fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
