Behaviour of clause 'on conflict' with sqlite #176
Replies: 1 comment
-
This is explained in the SQLite documentation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I don't understand something.
I'm working with SQLpage and sqlite for my apli 'Ecole Inclusive'
I have do use IGNORE instead of ON CONFLICT ... DO NOTHING
In another case, SQLpage return an error (near "DO" : syntax error)
For example in this file comptes_upload.sql :
But, in an another file create_user.sql :
the clause DO NOTHING don't return error and all is ok.
How can we explain this incredible behaviour ?
Beta Was this translation helpful? Give feedback.
All reactions