According to the SQLite site, it 'parses' FOREIGN KEY constraints, but doesn't 'enforce' them. This suggests 3 questions for any SQLite gurus out there:
- What syntax can be used in an SQL DDL script that would include FOREIGN KEYs in a form that SQLite doesn't choke on?
- Is this stored in their schema somewhere?
- If so, does MyMeta parse it and report it in the Browser?
BTW, I wrote up my notes on SQLite this evening. I can post them if anyone is interested. It includes some info on the .NET Provider that I struggled with in my Default Settings for SQLite3.
