Simon Slavin wrote:
> On 20 Jul 2009, at 1:51am, Roger Binns wrote:
>
>   
>> Jan wrote:
>>     
>>> Is it possible to move genfkey to sqlite itself (as a function)
>>> or to c++ code?
>>>       
>> I asked in February:  http://www.sqlite.org/cvstrac/tktview?tn=3687
>>     
>
> Rather than move genfkey, it would make more sense to implement  
> foreign key constraints, since that's what it pretends to implement.   
> However, I don't know enough about how SQLite works internally to know  
> how difficult this would be.
>   

Emphasizing that I am not complaining about Sqlite...

I concur with Simon.  It seems rather pointless to parse the foreign key 
constraints and then discard the information.  It would seem to me to be 
a useful addition to have FOREIGN KEY do what it actually is supposed 
to, rather than having an external application do the work.

FWIW


John Elrick
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to