On Mon, Feb 14, 2011 at 11:18 AM, Wichert Akkerman <wich...@wiggy.net> wrote:
> On 2/14/11 10:57 , M3nt0r3 wrote:
>>
>> Yesterday my life become an hell. :)
>> On saturday ( :O )  SA0.7.b1 is released and easy_install start to use
>> it. The problem is that it broke some installer and doesn't work with
>> my app.
>
> That sounds like a bug in your installer, not in SQLAlchemy.

I had a similar issue this week-end, all my buildbots turned red this
week-end, so I had to pin to 0.6.6 my trunk

It seems that 0.6.7b1 introduced a backward incompatible change
without a deprecation step, from 0.6.6 to 0.7.1b

(Unless I missed a previous deprecation warning, but I don't recall seeing any)


ERROR: Failure: TypeError (__init__() takes exactly 1 argument (2 given))
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/srv/hudson/jobs/Sync-Server-Unit-tests/workspace/lib/python2.6/site-packages/nose-1.0.0-py2.6.egg/nose/loader.py",
line 390, in loadTestsFromName
    addr.filename, addr.module)
  File 
"/srv/hudson/jobs/Sync-Server-Unit-tests/workspace/lib/python2.6/site-packages/nose-1.0.0-py2.6.egg/nose/importer.py",
line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File 
"/srv/hudson/jobs/Sync-Server-Unit-tests/workspace/lib/python2.6/site-packages/nose-1.0.0-py2.6.egg/nose/importer.py",
line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File 
"/srv/hudson/jobs/Sync-Server-Unit-tests/workspace/deps/server-storage/syncstorage/tests/test_sql.py",
line 41, in <module>
    from syncstorage.storage.sqlmappers import get_wbo_table_name
  File 
"/srv/hudson/jobs/Sync-Server-Unit-tests/workspace/deps/server-storage/syncstorage/storage/sqlmappers.py",
line 52, in <module>
    class Collections(_Base):
  File 
"/srv/hudson/jobs/Sync-Server-Unit-tests/workspace/deps/server-storage/syncstorage/storage/sqlmappers.py",
line 55, in Collections
    userid = Column(Integer(11), primary_key=True, nullable=False)
TypeError: __init__() takes exactly 1 argument (2 given)


The code: 
http://hg.mozilla.org/services/server-storage/file/78762deede5d/syncstorage/storage/sqlmappers.py#l55


Cheers
Tarek

-- 
Tarek Ziadé | http://ziade.org

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to