-
Oh great, something that works in dev but doesn't work in production even when precisely replicated.
-
My Python code was passing empty values to a SQL INSERT statement and I guess sqlite3 in dev saw that and didn't execute the statement whereas MariaDB in production tried to insert and threw an error.