You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't make use of constraint on cascade delete because sqlite won't enforce fk by default. This must be send as a parameter in the connection but ormlite won't recognize the fk=true parameter on the connection string
The text was updated successfully, but these errors were encountered:
im used to send the parameter on the conection string as foreign keys=true; , but it fails as it takes the parameter as part of the path. Is there an specific way of set the fk true?. As ive read sqlite need to set fk true on every new conection.
Can't make use of constraint on cascade delete because sqlite won't enforce fk by default. This must be send as a parameter in the connection but ormlite won't recognize the fk=true parameter on the connection string
The text was updated successfully, but these errors were encountered: