You should address this question to the SQLAlchemy mailing list as it's
unrelated to Pyramid, but basically as you said, it's a hard problem that
will not be solved simply by changing the property on the column in your
class definition. You will need to learn how to mutate the underlying
database, by executing raw sql, through some interface for your database, or
via the sqlalchemy-migrate package. You should also note that not every
database backend supports changing constraints.


-- 

Michael

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

Reply via email to