[sqlalchemy] Re: MSSQL null column definitions

2008-12-09 Thread desmaj
There's now a ticket that addresses this, along with a patch: http://www.sqlalchemy.org/trac/ticket/1243 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalc

[sqlalchemy] Re: MSSQL null column definitions

2008-10-30 Thread Michael Bayer
On Oct 30, 2008, at 6:52 PM, desmaj wrote: > > On MSSQL the default nullableness of a column, when neither NULL or > NOT NULL are specified in the column definition, is configurable. The > MSSQL dialect produces ANSI standard SQL when creating tables. So when > a Column is specified with nullabl