<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch pr/124</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>Fix argument to array() in array._bind_param()</title>
<updated>2014-07-24T05:56:50+00:00</updated>
<author>
<name>Andrew</name>
<email>andrew.sucevic@gmail.com</email>
</author>
<published>2014-07-24T05:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ba58708643d21106ff6f752df507c6d987e4d7b5'/>
<id>ba58708643d21106ff6f752df507c6d987e4d7b5</id>
<content type='text'>
array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
array.__init__() expects a list as its sole parameter but inside _bind_param(), instead of sending a list it's sending each item in the list as a separate argument which is incorrect.</pre>
</div>
</content>
</entry>
<entry>
<title>forwards port 0.9 changelog update</title>
<updated>2014-07-22T21:12:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T21:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f2b267043e17b2b769dc2a5b8139f6be2a3d4e84'/>
<id>f2b267043e17b2b769dc2a5b8139f6be2a3d4e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- forwards port 0.8 changelog update</title>
<updated>2014-07-22T21:10:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bcfe30a238182f4172c53150ce1b62a000b6fa13'/>
<id>bcfe30a238182f4172c53150ce1b62a000b6fa13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- missing 0.8 change forwards port</title>
<updated>2014-07-22T20:53:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T20:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=15b0cf56ff676fa3e1e360dc2ae04d86dc4271d5'/>
<id>15b0cf56ff676fa3e1e360dc2ae04d86dc4271d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spelling</title>
<updated>2014-07-22T20:36:59+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T20:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=dba17c8ca6ac120760c71329a3e5174dd8348925'/>
<id>dba17c8ca6ac120760c71329a3e5174dd8348925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- ticket inline</title>
<updated>2014-07-22T20:25:58+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T20:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=23f3621d01f9f50e5c439b883a0434dc84fbf88e'/>
<id>23f3621d01f9f50e5c439b883a0434dc84fbf88e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- update some SQL server tests, support</title>
<updated>2014-07-22T17:42:38+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=63c6aa01040831f2bad52c1f7099a78676ac207a'/>
<id>63c6aa01040831f2bad52c1f7099a78676ac207a</id>
<content type='text'>
- add support for IDENTITY INSERT setting for INSERT with inline VALUES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add support for IDENTITY INSERT setting for INSERT with inline VALUES
</pre>
</div>
</content>
</entry>
<entry>
<title>- allow 10 stray connections that need a gc</title>
<updated>2014-07-22T16:55:17+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-22T16:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=76e127450c4bb7047a9babd5263a80e3c6f4cbf9'/>
<id>76e127450c4bb7047a9babd5263a80e3c6f4cbf9</id>
<content type='text'>
- be specific as to what occurred when we collect stray gc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- be specific as to what occurred when we collect stray gc
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix missing release date</title>
<updated>2014-07-21T21:25:13+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-21T21:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b7021b698dcccde9c7d833cb561ee0abf7956178'/>
<id>b7021b698dcccde9c7d833cb561ee0abf7956178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>put a greater variance into this test to prevent sporadic failures</title>
<updated>2014-07-21T16:09:12+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-07-21T16:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a007c6e6161ace1bdaaf2cd461adc018abc49794'/>
<id>a007c6e6161ace1bdaaf2cd461adc018abc49794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
