<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy-migrate.git/migrate/changeset/databases/sqlite.py, branch 0.7.2</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 e5bd2821eea8 from https://code.google.com/r/alyazdi-patches/</title>
<updated>2011-10-28T10:25:22+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan.dittberner@googlemail.com</email>
</author>
<published>2011-10-28T10:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=a48190c00633623ed86f00cb960c95d3a383b4bb'/>
<id>a48190c00633623ed86f00cb960c95d3a383b4bb</id>
<content type='text'>
(fixes issue 125)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(fixes issue 125)</pre>
</div>
</content>
</entry>
<entry>
<title>drop SQLAlchemy &lt; 0.6 compatibility code</title>
<updated>2011-10-28T08:59:10+00:00</updated>
<author>
<name>Jan Dittberner</name>
<email>jan.dittberner@googlemail.com</email>
</author>
<published>2011-10-28T08:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=3619347441ac129bfa2a266714b9fe933bbb4942'/>
<id>3619347441ac129bfa2a266714b9fe933bbb4942</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 issue #125, create the table on the same connection as the ALTER and INSERT happen</title>
<updated>2011-10-26T06:32:59+00:00</updated>
<author>
<name>al.yazdi@gmail.com</name>
<email>unknown</email>
</author>
<published>2011-10-26T06:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=cef7676b58a71f41a842207357dcb2b73bd624ba'/>
<id>cef7676b58a71f41a842207357dcb2b73bd624ba</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 alter_metadata feature</title>
<updated>2011-02-10T16:49:20+00:00</updated>
<author>
<name>Chris Withers</name>
<email>chris@simplistix.co.uk</email>
</author>
<published>2011-02-10T16:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=b5a02cb7cfc1b6c032df3fed7002e968c1932162'/>
<id>b5a02cb7cfc1b6c032df3fed7002e968c1932162</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix sqlite column dropper now that the table is only modified after the visitor is run</title>
<updated>2011-02-10T15:17:28+00:00</updated>
<author>
<name>Chris Withers</name>
<email>chris@simplistix.co.uk</email>
</author>
<published>2011-02-10T15:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=500cb6f5df5cbdf19b6155820e6f51e672e64649'/>
<id>500cb6f5df5cbdf19b6155820e6f51e672e64649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 94 - it was impossible to add a column with a non-unique index.</title>
<updated>2010-09-09T14:38:42+00:00</updated>
<author>
<name>chrisw</name>
<email>unknown</email>
</author>
<published>2010-09-09T14:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=adf4113a0b8465dc67ea4002da3bc153eb4653db'/>
<id>adf4113a0b8465dc67ea4002da3bc153eb4653db</id>
<content type='text'>
Also implement more functionality with unique and foreign key constrains for sqlite.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also implement more functionality with unique and foreign key constrains for sqlite.</pre>
</div>
</content>
</entry>
<entry>
<title>implement column adding with foreign keys on sqlite</title>
<updated>2010-09-09T12:58:41+00:00</updated>
<author>
<name>chrisw</name>
<email>unknown</email>
</author>
<published>2010-09-09T12:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=a085ffa59048e10f8a874ea649aecf3335b4ab79'/>
<id>a085ffa59048e10f8a874ea649aecf3335b4ab79</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 issue 96: deleting a column in sqlite shouldn't delete all indexes</title>
<updated>2010-09-09T08:15:28+00:00</updated>
<author>
<name>chrisw</name>
<email>unknown</email>
</author>
<published>2010-09-09T08:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=5cf42fbf76b035516d55ca0f1d7e95bb7365ae10'/>
<id>5cf42fbf76b035516d55ca0f1d7e95bb7365ae10</id>
<content type='text'>
bonus: remove_from_table now removes indexes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bonus: remove_from_table now removes indexes</pre>
</div>
</content>
</entry>
<entry>
<title>move all exception classes to migrate.exceptions</title>
<updated>2010-09-07T00:25:29+00:00</updated>
<author>
<name>iElectric</name>
<email>unknown</email>
</author>
<published>2010-09-07T00:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=653e723ce1932673eb5f4936ced84df9383b131b'/>
<id>653e723ce1932673eb5f4936ced84df9383b131b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to unittest2, update README for testing instructions</title>
<updated>2010-06-20T13:29:16+00:00</updated>
<author>
<name>iElectric</name>
<email>unknown</email>
</author>
<published>2010-06-20T13:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy-migrate.git/commit/?id=8b0072b3e80ec804fa66efde7feb4bf735b85e28'/>
<id>8b0072b3e80ec804fa66efde7feb4bf735b85e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
