"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
Showing
- modules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm 2 additions, 5 deletionsmodules/Bio/EnsEMBL/DBSQL/CoordSystemAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm 30 additions, 26 deletionsmodules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm 27 additions, 16 deletionsmodules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm 15 additions, 11 deletionsmodules/Bio/EnsEMBL/DBSQL/MiscFeatureAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm 8 additions, 6 deletionsmodules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm 26 additions, 14 deletionsmodules/Bio/EnsEMBL/DBSQL/OperonAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm 27 additions, 16 deletionsmodules/Bio/EnsEMBL/DBSQL/OperonTranscriptAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm 15 additions, 1 deletionmodules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm 11 additions, 10 deletionsmodules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm 33 additions, 3 deletionsmodules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm 19 additions, 8 deletionsmodules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm
Please register or sign in to comment