[Buildbot-commits] [Buildbot] #1860: python < 2.7 generate sdist tarball without sqlalchemy-migrate repo

Buildbot nobody at buildbot.net
Mon Mar 21 05:11:21 UTC 2011


#1860: python < 2.7 generate sdist tarball without sqlalchemy-migrate repo
-----------------------+---------------------
Reporter:  jollyroger  |       Owner:
    Type:  defect      |      Status:  closed
Priority:  critical    |   Milestone:  0.8.4
 Version:  master      |  Resolution:  fixed
Keywords:  simple      |
-----------------------+---------------------

Comment (by Dustin J. Mitchell):

 include full tables for 004_add_autoincrement

 Some dialects (SQLite) alter the schema by creating a new temporary
 table, copying data, and renaming.  Such dialects need the entire table
 schema, foreign keys and defaults and all.  This was broken by an
 otherwise innocent-looking patch (refs #1860), and caused Force Builds
 to fail, among other things.
  Changeset: 08c77c538933669998ed26dd67a7412ceeab6c49

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1860#comment:15>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list