<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy-migrate.git/migrate/versioning, 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>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>Fix int overflow exception in unittest</title>
<updated>2013-11-06T15:19:42+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2013-11-06T02:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=c49b8beb831ae9399f072f9cce7e94cc64e92243'/>
<id>c49b8beb831ae9399f072f9cce7e94cc64e92243</id>
<content type='text'>
Fixes:

  File ".../versioning/version.py", line 30, in __init__
      if self &lt; 0:
  OverflowError: Python int too large to convert to C long

Don't use __cmp__ which is deprecated and restricted to C
long ints, rather than python's arbitrary precision ints.

Copied from Pádraig Brady's Fedora patch:

http://pkgs.fedoraproject.org/cgit/python-migrate.git/commit/?id=a01bf449

Co-authored-by: Pádraig Brady &lt;pbrady@redhat.com&gt;
Change-Id: I71f349f97507525b2f2edaf034005d67b6cc3987
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes:

  File ".../versioning/version.py", line 30, in __init__
      if self &lt; 0:
  OverflowError: Python int too large to convert to C long

Don't use __cmp__ which is deprecated and restricted to C
long ints, rather than python's arbitrary precision ints.

Copied from Pádraig Brady's Fedora patch:

http://pkgs.fedoraproject.org/cgit/python-migrate.git/commit/?id=a01bf449

Co-authored-by: Pádraig Brady &lt;pbrady@redhat.com&gt;
Change-Id: I71f349f97507525b2f2edaf034005d67b6cc3987
</pre>
</div>
</content>
</entry>
<entry>
<title>fix deprecation warning by using MetaData.reflect</title>
<updated>2013-02-09T12:02:59+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan.dittberner@gmail.com</email>
</author>
<published>2013-02-09T12:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=195f95550bade1c63be88fae66ced2a7700453c8'/>
<id>195f95550bade1c63be88fae66ced2a7700453c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import correct exceptions module (Fixes issue 154).</title>
<updated>2013-02-09T10:15:26+00:00</updated>
<author>
<name>Alex Favaro</name>
<email>alexfav619@gmail.com</email>
</author>
<published>2013-02-09T10:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=2ff11c176af15cae3a5ea0223ee3fc236f1eab13'/>
<id>2ff11c176af15cae3a5ea0223ee3fc236f1eab13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apply patch for issue #72 by asuffield@gmail.com</title>
<updated>2012-01-23T20:34:12+00:00</updated>
<author>
<name>asuffield@gmail.com</name>
<email>unknown</email>
</author>
<published>2012-01-23T20:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=fe1f1deca8110c0ea40cd544f815d05abc36e8ec'/>
<id>fe1f1deca8110c0ea40cd544f815d05abc36e8ec</id>
<content type='text'>
fixes #72</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #72</pre>
</div>
</content>
</entry>
<entry>
<title>Fix excludeTablesgetDiffOfModelAgainstModel is not passing</title>
<updated>2011-12-17T19:25:04+00:00</updated>
<author>
<name>Jason Michalski</name>
<email>armooo@armooo.net</email>
</author>
<published>2011-12-17T19:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=7a5148a30bf1a9f55eb26dc0d5737b2132bc6ee2'/>
<id>7a5148a30bf1a9f55eb26dc0d5737b2132bc6ee2</id>
<content type='text'>
excludeTables correctly

Fixes issue 140</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
excludeTables correctly

Fixes issue 140</pre>
</div>
</content>
</entry>
<entry>
<title>PEP-8 compliant script templates</title>
<updated>2011-10-29T13:55:24+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan@dittberner.info</email>
</author>
<published>2011-10-29T13:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=1367004a17d7b893fc1d3ae45bae849cd0e91f98'/>
<id>1367004a17d7b893fc1d3ae45bae849cd0e91f98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issues with ConfigParser and existing repositories (fixes issue 115)</title>
<updated>2011-10-28T13:39:31+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan.dittberner@googlemail.com</email>
</author>
<published>2011-10-28T13:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=18c3f68d41fd65681bf76994fdea54b045e35298'/>
<id>18c3f68d41fd65681bf76994fdea54b045e35298</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove obsolete manage.py_tmpl (related to issue 121)</title>
<updated>2011-10-28T11:46:16+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan.dittberner@googlemail.com</email>
</author>
<published>2011-10-28T11:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=d872960ae6689d3197909402dc3822d5bb70b47b'/>
<id>d872960ae6689d3197909402dc3822d5bb70b47b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate if __name__ == "__main__" in manage.py (fixes issue 121)</title>
<updated>2011-10-28T11:41:27+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan.dittberner@googlemail.com</email>
</author>
<published>2011-10-28T11:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=e31b1cf3895aa16693aea8de73abc577a4e21918'/>
<id>e31b1cf3895aa16693aea8de73abc577a4e21918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
