This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Sqlite3 supports foreign keys as of version 3.6.19. Are you guys planning on supporting that in the near term? I could really use the ability to Update Database on my model to Sqlite. Thanks for the cool tool! |
|
|
It seems that the .NET wrapper (System.Data.Sqlite) is still based on 3.6.16, which as far as we know doesn't support foreign keys (except at the time of table creation). Unfortunately we're reliant on System.Data.Sqlite for SQLite feature support, and I don't know what the state of play is there (in fact, it looks like there haven't been any new releases since July 2009). Do you know anything further about what's happening with System.Data.Sqlite? We'd love to add this support once the .NET DLL gets it. |
|