Skip to content
Snippets Groups Projects
Commit dc45f1ec authored by Michael Gray's avatar Michael Gray
Browse files

"INSERT INTO table SET col1=val1, col2=val2" does not work for SQLite.

Use "INSERT INTO table (col1, col2) VALUES (val1, val2) instead.
parent 1666c40a
No related branches found
No related tags found
3 merge requests!2SQLite support / database portability for EnsEMBL,!2SQLite support / database portability for EnsEMBL,!2SQLite support / database portability for EnsEMBL
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment