<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/dependency.py, branch 2020_tutorial</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>reorganized unit tests into subdirectories</title>
<updated>2006-06-05T17:25:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-06-05T17:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=120dcee5a71187d4bebfe50aedbbefb09184cac1'/>
<id>120dcee5a71187d4bebfe50aedbbefb09184cac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1</title>
<updated>2006-05-25T14:20:23+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-05-25T14:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bb79e2e871d0a4585164c1a6ed626d96d0231975'/>
<id>bb79e2e871d0a4585164c1a6ed626d96d0231975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a new batching algorithm for the topological sort</title>
<updated>2006-04-16T23:47:26+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-04-16T23:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0542d35f391f15e729483c3c9123158ba0923404'/>
<id>0542d35f391f15e729483c3c9123158ba0923404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>had to take out the "treeification" of the dependency sort as it doenst really work , added test conditions to the dependency test + the original test that failed</title>
<updated>2006-04-14T18:11:54+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-04-14T18:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=56feb8d900c1412b8301a74bee1a3a82b1c2642f'/>
<id>56feb8d900c1412b8301a74bee1a3a82b1c2642f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>somewhat of an overhaul, got alltests to work again</title>
<updated>2006-02-09T00:34:07+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-02-09T00:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6bf949d3f4fe852c43cec97a326c4156be29bc6b'/>
<id>6bf949d3f4fe852c43cec97a326c4156be29bc6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>topological sort can detect cycles, and assemble them into a "big node" with all</title>
<updated>2006-01-28T18:02:42+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-01-28T18:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8d1d7ec0316f3b325aa9cf30cdb714c768f65c74'/>
<id>8d1d7ec0316f3b325aa9cf30cdb714c768f65c74</id>
<content type='text'>
the nodes in the cycle aggregated into one node
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the nodes in the cycle aggregated into one node
</pre>
</div>
</content>
</entry>
<entry>
<title>working on representing longer circular relationships</title>
<updated>2006-01-28T06:18:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-01-28T06:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f05b29eb096135a8399586e40f0d07152808c091'/>
<id>f05b29eb096135a8399586e40f0d07152808c091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added rudimentary support for limit and offset (with the hack version in oracle)</title>
<updated>2005-12-07T01:37:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2005-12-07T01:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=44abaa9e567e6c412a2ce499907c65d97aa865dc'/>
<id>44abaa9e567e6c412a2ce499907c65d97aa865dc</id>
<content type='text'>
fixed up order_by to support a list/scalar of columns or asc/desc
fixed up query.py unit test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed up order_by to support a list/scalar of columns or asc/desc
fixed up query.py unit test
</pre>
</div>
</content>
</entry>
<entry>
<title>brand new topological sort library. woop.</title>
<updated>2005-11-17T02:08:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2005-11-17T02:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3f16aaed6b13c57bc946ce57c1fd0a42ec6b4ae1'/>
<id>3f16aaed6b13c57bc946ce57c1fd0a42ec6b4ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dependency sort....bleah</title>
<updated>2005-10-31T00:14:01+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2005-10-31T00:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3f51e45483fb1f3c5b29b5473bd62e76ebd0e9af'/>
<id>3f51e45483fb1f3c5b29b5473bd62e76ebd0e9af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
