SQLite Forum

Inserting multiple rows in table
Login
When I create a table with the same columns you show, in SQLite 3.30.1, (which came with SQLitespeed for Windows), then run your insert DML without that trailing comma, it succeeds.

Since I highly doubt any bug this fundamental would get by the pre-release testing, I think you must be missing something we forum participants must also be missing.  Can you reduce the problem to something shorter, so that you can show us some input to the sqlite3 shell that fails, without need of formatting?