There is a bug in the SQLite driver that causes foreign keys to be removed after schema modifications, I guess this has something to do with this issue.
The bug has been fixed (master version github). Tried that one?
cheers,
Gabor
On Friday, July 20, 2012 9:11:17 PM UTC+2, Oliver Bellaver Longhi wrote:
I tried to use the R::dependencies() primitive with sqlite and mysql and I did not see the on cascade delete property on tables' descriptions.I get only: ON DELETE SET NULL ON UPDATE SET NULL
Problaby the problem is in my app. Can you help me?
Thank you.