Re: [sqlite] Any workarounds/suggestions for dropping a not nullconstraint?

2010-02-03 Thread Brian Palmer
On Feb 3, 2010, at 09:58 , Igor Tandetnik wrote: > Brian Palmer wrote: >> Hey all, we've painted ourselves into a bit of a corner and we're >> trying to find the best way out. Through an oversight during initial >> development, we defined a column as not null in our schema and we >> need to drop

Re: [sqlite] Any workarounds/suggestions for dropping a not nullconstraint?

2010-02-03 Thread Igor Tandetnik
Brian Palmer wrote: > Hey all, we've painted ourselves into a bit of a corner and we're > trying to find the best way out. Through an oversight during initial > development, we defined a column as not null in our schema and we > need to drop that not null constraint. > > Since sqlite3 doesn't