<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/defaults.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>connection more careful about checking if its closed before operations</title>
<updated>2006-05-29T02:57:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-05-29T02:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c12b48b62e4f94a651eec634ca74a028e4b3d760'/>
<id>c12b48b62e4f94a651eec634ca74a028e4b3d760</id>
<content type='text'>
small fix to table sort if no tables
unit test tweaks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
small fix to table sort if no tables
unit test tweaks
</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>added 'supports', 'unsupports' decorators to unittests so that they can all pass on all DBs</title>
<updated>2006-04-29T16:42:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-04-29T16:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=deb80dbc7b1e0ec23c7eac6b1cd24799b1fb6b58'/>
<id>deb80dbc7b1e0ec23c7eac6b1cd24799b1fb6b58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for [ticket:169], moves the creation of "default" parameters more accurately</title>
<updated>2006-04-28T23:31:59+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-04-28T23:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=409acb42086bb82bdfc784dafef5a6fa50afd0e0'/>
<id>409acb42086bb82bdfc784dafef5a6fa50afd0e0</id>
<content type='text'>
where theyre supposed to be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where theyre supposed to be
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak to mysql default test</title>
<updated>2006-03-13T01:06:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-03-13T01:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8690e2e3034396c19fcbd3fc68ea6fdb24f3ac28'/>
<id>8690e2e3034396c19fcbd3fc68ea6fdb24f3ac28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>got column onupdate working</title>
<updated>2006-03-05T20:31:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-03-05T20:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=9c4f3c0480f54e08b3aa2800ed76e89f957f8131'/>
<id>9c4f3c0480f54e08b3aa2800ed76e89f957f8131</id>
<content type='text'>
improvement to Function so that they can more easily be called standalone without having to throw them into a select().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improvement to Function so that they can more easily be called standalone without having to throw them into a select().
</pre>
</div>
</content>
</entry>
<entry>
<title>got column defaults to be executeable</title>
<updated>2006-03-04T20:23:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-03-04T20:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c1d0c2dffc0eedfa63de5b90addb70bfd3a81540'/>
<id>c1d0c2dffc0eedfa63de5b90addb70bfd3a81540</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved name to 'defaults', going to put more default stuff in</title>
<updated>2006-03-04T19:29:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-03-04T19:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3cacdfcc310b348118bdf6500c51a5fc390dfdac'/>
<id>3cacdfcc310b348118bdf6500c51a5fc390dfdac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
