Re: [sqlalchemy] bindparam ignores required=True

2012-01-21 Thread Michael Bayer
On Jan 21, 2012, at 7:06 AM, George Sakkis wrote: > Hi, > > I found an older thread about using a bindparam with required=True > (http://groups.google.com/group/sqlalchemy/tree/browse_frm/thread/ > cc0cafb0241c51da/a5fdd0aeefecd75c) but the example doesn't work for me > on 0.7.4, it still passes

[sqlalchemy] bindparam ignores required=True

2012-01-21 Thread George Sakkis
Hi, I found an older thread about using a bindparam with required=True (http://groups.google.com/group/sqlalchemy/tree/browse_frm/thread/ cc0cafb0241c51da/a5fdd0aeefecd75c) but the example doesn't work for me on 0.7.4, it still passes None instead of raising an exception. Am I missing something or