Re: [sqlite] dropping constraints

2008-09-11 Thread Mihai Limbasan
Igor Tandetnik wrote: "q10" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Is there a way to drop a constraint from a table, something like this: ALTER TABLE table_name DROP CONSTRAINT constraint_name? Unfortunately, this command is not supported by SQLite3. Are there other pos

Re: [sqlite] dropping constraints

2008-09-11 Thread Igor Tandetnik
"q10" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a way to drop a constraint from a table, something like this: > > ALTER TABLE table_name DROP CONSTRAINT constraint_name? > > Unfortunately, this command is not supported by SQLite3. Are there > other possibilities? Renam