Re: [sqlalchemy] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created

2011-12-06 Thread Michael Bayer
On Dec 6, 2011, at 8:02 PM, Jackson, Cameron wrote: For the background to the code I'm using, see this Stack Overflow question: http://stackoverflow.com/questions/8394177/complex-foreign-key-constraint-in-sqlalchemy/8408659 My declarative code looks like this: from MyGlobals

RE: [sqlalchemy] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created

2011-12-06 Thread Jackson, Cameron
@googlegroups.com Subject: Re: [sqlalchemy] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created On Dec 6, 2011, at 8:02 PM, Jackson, Cameron wrote: For the background to the code I'm using, see this Stack Overflow question: http://stackoverflow.com/questions/8394177/complex

Re: [sqlalchemy] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created

2011-12-06 Thread Michael Bayer
] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created On Dec 6, 2011, at 8:02 PM, Jackson, Cameron wrote: For the background to the code I'm using, see this Stack Overflow question: http://stackoverflow.com/questions/8394177/complex-foreign-key-constraint

RE: [sqlalchemy] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created

2011-12-06 Thread Jackson, Cameron
[mailto:sqlalchemy@googlegroups.com] On Behalf Of Michael Bayer Sent: Wednesday, 7 December 2011 1:56 PM To: sqlalchemy@googlegroups.com Subject: Re: [sqlalchemy] SQLAlchemy emitting INTEGER instead of SERIAL- postgres sequence isn't created Use the latest tip: http://hg.sqlalchemy.org/sqlalchemy