Re: [sqlite] Disable specific foreign key constraint sqlite3

2013-08-21 Thread Simon Slavin
On 21 Aug 2013, at 11:49pm, veeresh kumar wrote: > Is there a way to disable/enable specific foreign key constraint in sqlite3? > Below is the sqlserver query , would like to know similar query in sqlite 3 > > ALTER TABLE tablename WITH NOCHECK NOCHECK CONSTRAINT FK_Column No, sorry. You can

[sqlite] Disable specific foreign key constraint sqlite3

2013-08-21 Thread veeresh kumar
Hi, Is there a way to disable/enable specific foreign key constraint in sqlite3? Below is the sqlserver query , would like to know similar query in sqlite 3 ALTER TABLE tablename WITH NOCHECK NOCHECK CONSTRAINT FK_Column Thank you -Veeresh ___ sqlite-