<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/examples/elementtree/adjacency_list.py, branch pr/28</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>- the raw 2to3 run</title>
<updated>2013-04-27T23:53:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-04-27T23:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4b614b9b35cd2baddb7ca67c04bee5d70ec6a172'/>
<id>4b614b9b35cd2baddb7ca67c04bee5d70ec6a172</id>
<content type='text'>
- went through examples/ and cleaned out excess list() calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- went through examples/ and cleaned out excess list() calls
</pre>
</div>
</content>
</entry>
<entry>
<title>- optimized_al doesn't need mapper extension</title>
<updated>2010-09-24T15:11:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-09-24T15:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=25a04d87c38356641a19110900d8ca90e4023fe9'/>
<id>25a04d87c38356641a19110900d8ca90e4023fe9</id>
<content type='text'>
- convert to non-bound metadata, Session, session.commit()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- convert to non-bound metadata, Session, session.commit()
</pre>
</div>
</content>
</entry>
<entry>
<title>- converted all lazy=True|False|None to 'select'|'joined'|'noload'</title>
<updated>2010-03-24T23:19:03+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-03-24T23:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c6bceb77754bd72c462ce146f706758d1ad3da4a'/>
<id>c6bceb77754bd72c462ce146f706758d1ad3da4a</id>
<content type='text'>
- converted all eager to joined in examples
- fixed beaker/advanced.py to reference RelationshipCache
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- converted all eager to joined in examples
- fixed beaker/advanced.py to reference RelationshipCache
</pre>
</div>
</content>
</entry>
<entry>
<title>- The official name for the relation() function is now</title>
<updated>2010-03-17T21:48:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-03-17T21:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=065fcbd9d2b463920d439c20d99a5a1cd7f216ed'/>
<id>065fcbd9d2b463920d439c20d99a5a1cd7f216ed</id>
<content type='text'>
relationship(), to eliminate confusion over the relational
algebra term.  relation() however will remain available
in equal capacity for the foreseeable future.  [ticket:1740]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
relationship(), to eliminate confusion over the relational
algebra term.  relation() however will remain available
in equal capacity for the foreseeable future.  [ticket:1740]
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up some long lines to test the commit hooks.</title>
<updated>2010-03-07T15:56:11+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2010-03-07T15:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6f1425d04ace2bbe41ae426c726bfd81f26b6174'/>
<id>6f1425d04ace2bbe41ae426c726bfd81f26b6174</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- mega example cleanup</title>
<updated>2010-01-19T00:53:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-01-19T00:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=40f8aadd582776524d3b98da1f577c2fc95619e7'/>
<id>40f8aadd582776524d3b98da1f577c2fc95619e7</id>
<content type='text'>
- added READMEs to all examples in each __init__.py and added to sphinx documentation
- added versioning example
- removed vertical/vertical.py, the dictlikes are more straightforward
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added READMEs to all examples in each __init__.py and added to sphinx documentation
- added versioning example
- removed vertical/vertical.py, the dictlikes are more straightforward
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up the deprecation problems with the examples.</title>
<updated>2009-04-13T03:23:19+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-04-13T03:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b5ad47271e68a30b2acd8f990af331de8e1069f3'/>
<id>b5ad47271e68a30b2acd8f990af331de8e1069f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of fixes to the code examples to specify imports explicitly.</title>
<updated>2009-03-31T22:31:08+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-03-31T22:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6010afb28f95c7050ca48ddd2e6f65ca6cbae5a1'/>
<id>6010afb28f95c7050ca48ddd2e6f65ca6cbae5a1</id>
<content type='text'>
Explicit imports make it easier for users to understand the examples.
Additionally a lot of the examples were fixed to work with the changes in the
0.5.x code base. One small correction to the Case expression.  Thanks a bunch
to Adam Lowry! Fixes #717.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicit imports make it easier for users to understand the examples.
Additionally a lot of the examples were fixed to work with the changes in the
0.5.x code base. One small correction to the Case expression.  Thanks a bunch
to Adam Lowry! Fixes #717.
</pre>
</div>
</content>
</entry>
<entry>
<title>oof...unicode object still needs to return the value if it just warned...</title>
<updated>2007-12-14T23:47:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-12-14T23:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8cf05355bb15f2557318490a92e9d802c2fd42b6'/>
<id>8cf05355bb15f2557318490a92e9d802c2fd42b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small fix for filter() aliasing, upgraded elementtree examples to use 0.4 style queries</title>
<updated>2007-08-03T18:47:35+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-08-03T18:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b9a7fc23da7a7e4403ea9b32d7dba5d72d750e81'/>
<id>b9a7fc23da7a7e4403ea9b32d7dba5d72d750e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
