I found a place in the documentation that says DON does not support foreign keys in SQLite. Based on a simple test, it appears that is the case. SQLite has had support for foreign keys since 3.6.19 (2009-10-14). Is this a technical limitation of DON? Is there an option that enables foreign keys? Is this something DON will support in the future? Thanks! |
Hello TimB Yes, it's DataObjects.Net limitation. Sorry but, there is no any option to enables foreign keys for SQlite. Maybe in future we'll add foreign keys support. But actually I don't know when, because we have another features and improvements with higher priority status. |
Thank you for the quick response. Is it possible to intercept and modify the DDL generated by Domain.Build()? If so, I can insert the required syntax for a foreign key.