<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy-migrate.git, branch 0.8.3</title>
<subtitle>github.com: stackforge/sqlalchemy-migrate.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/'/>
<entry>
<title>Merge "Add DB2 10.5 Support"</title>
<updated>2014-02-23T19:16:52+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-02-23T19:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=21fcdad0f485437d010e5743626c63ab3acdaec5'/>
<id>21fcdad0f485437d010e5743626c63ab3acdaec5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>uncap SQLA in requirements.txt</title>
<updated>2014-02-23T16:38:53+00:00</updated>
<author>
<name>Sean Dague</name>
<email>sean.dague@samsung.com</email>
</author>
<published>2014-02-23T16:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=fe148d87b41c5546fb03dddddda028a9fdd79b45'/>
<id>fe148d87b41c5546fb03dddddda028a9fdd79b45</id>
<content type='text'>
migrate can't just take a global requirements sync because it
needs to be tested against multiple versions of SQLA to assure
compatibility. A recent change had the effect of only testing
migrate against SQLA 0.7, which is definitely *not* what we
want to be doing.

this reverts that change, and leaves very specific comments to
hopefully prevent this from happening in the future.

Change-Id: Icb4e136f0de6caa224019bb955341c4b67c5e1a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
migrate can't just take a global requirements sync because it
needs to be tested against multiple versions of SQLA to assure
compatibility. A recent change had the effect of only testing
migrate against SQLA 0.7, which is definitely *not* what we
want to be doing.

this reverts that change, and leaves very specific comments to
hopefully prevent this from happening in the future.

Change-Id: Icb4e136f0de6caa224019bb955341c4b67c5e1a1
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DB2 10.5 Support</title>
<updated>2014-02-17T15:17:31+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2013-11-06T21:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=85317aead6208cd6377167fc7fcc4f57491d97f9'/>
<id>85317aead6208cd6377167fc7fcc4f57491d97f9</id>
<content type='text'>
This patch adds the initial support for DB2 10.5 to migrate. It
includes:

1. The dialect implementation for DB2.
2. The dialect registration with the visitor.
3. Code to parse the engine name in version.py.
4. A new dependency on ibm_db_sa in test-requirements.txt.
5. A connection string in test_db.cfg for ibm_db_sa.

Part of blueprint add-db2-support

Co-authored-by: Sheng Bo Hou &lt;sbhou@cn.ibm.com&gt;
Co-authored-by: Thuy Christenson &lt;thuy@us.ibm.com&gt;
Co-authored-by: Rahul Priyadarshi &lt;rahul.priyadarshi@in.ibm.com&gt;
Change-Id: I745ec615487b1b06c5d1a09ea316f376d66ee4c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the initial support for DB2 10.5 to migrate. It
includes:

1. The dialect implementation for DB2.
2. The dialect registration with the visitor.
3. Code to parse the engine name in version.py.
4. A new dependency on ibm_db_sa in test-requirements.txt.
5. A connection string in test_db.cfg for ibm_db_sa.

Part of blueprint add-db2-support

Co-authored-by: Sheng Bo Hou &lt;sbhou@cn.ibm.com&gt;
Co-authored-by: Thuy Christenson &lt;thuy@us.ibm.com&gt;
Co-authored-by: Rahul Priyadarshi &lt;rahul.priyadarshi@in.ibm.com&gt;
Change-Id: I745ec615487b1b06c5d1a09ea316f376d66ee4c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with global requirements</title>
<updated>2014-02-12T15:46:49+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>saschpe@gmx.de</email>
</author>
<published>2014-01-16T08:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=d58e47f85c4ffd7bb2200acd0db8d9bc033db6be'/>
<id>d58e47f85c4ffd7bb2200acd0db8d9bc033db6be</id>
<content type='text'>
Change-Id: If05a5d65558ca848b80c3f57c19cb5029adbe58a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If05a5d65558ca848b80c3f57c19cb5029adbe58a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken development version link in README</title>
<updated>2013-11-15T18:41:47+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2013-11-15T18:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=ce351c06bef02fe06a5c20861d9a7818c2d08edb'/>
<id>ce351c06bef02fe06a5c20861d9a7818c2d08edb</id>
<content type='text'>
Change-Id: Id9035c167d397cdad32d418c37108586344d8edc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id9035c167d397cdad32d418c37108586344d8edc
</pre>
</div>
</content>
</entry>
<entry>
<title>Un-break the version in migrate/__init__.py</title>
<updated>2013-11-15T18:04:56+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-11-15T17:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=928a846619e130bfca924f5a455e7d851b3b1793'/>
<id>928a846619e130bfca924f5a455e7d851b3b1793</id>
<content type='text'>
Change-Id: Ie642315c20866435a709d576c99d6e293e7a7e63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie642315c20866435a709d576c99d6e293e7a7e63
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the version number to match the last release.</title>
<updated>2013-11-15T17:09:52+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2013-11-15T17:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=73df211afe212124a69f8585e30d03332b20767c'/>
<id>73df211afe212124a69f8585e30d03332b20767c</id>
<content type='text'>
** NOTE: our release process really should do this
ahead of time.

Change-Id: Ic0cce0d57b4f05092417c4cf1a4ca5a74812ec3c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
** NOTE: our release process really should do this
ahead of time.

Change-Id: Ic0cce0d57b4f05092417c4cf1a4ca5a74812ec3c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove the tag_build line from setup.cfg"</title>
<updated>2013-11-15T07:04:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-11-15T07:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=82f94dd1160158b198011778da29677d58b95a4c'/>
<id>82f94dd1160158b198011778da29677d58b95a4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the tag_build line from setup.cfg</title>
<updated>2013-11-14T19:55:10+00:00</updated>
<author>
<name>David Ripton</name>
<email>dripton@redhat.com</email>
</author>
<published>2013-11-14T19:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=fbc7ef03d18e93d5991aded76bef74258671f4eb'/>
<id>fbc7ef03d18e93d5991aded76bef74258671f4eb</id>
<content type='text'>
It was causing the release tarball to have an extra ".dev." in its filename,
which then broke the script that uploads the release to PyPI.

Change-Id: I995fb3e0393468568601e8614c0532b93fbe8ceb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was causing the release tarball to have an extra ".dev." in its filename,
which then broke the script that uploads the release to PyPI.

Change-Id: I995fb3e0393468568601e8614c0532b93fbe8ceb
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop setuptools_git test requirement</title>
<updated>2013-11-14T12:40:12+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>speilicke@suse.com</email>
</author>
<published>2013-11-14T12:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=40624e7ddcd21bb1713bbb04eab9ab1a9dc7f22d'/>
<id>40624e7ddcd21bb1713bbb04eab9ab1a9dc7f22d</id>
<content type='text'>
We don't need this since we're using pbr.

Change-Id: I7c5985fac66d5e7a4fca1b3945a18a364a94e971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need this since we're using pbr.

Change-Id: I7c5985fac66d5e7a4fca1b3945a18a364a94e971
</pre>
</div>
</content>
</entry>
</feed>
