SimonXIX’s avatarSimonXIX’s Twitter Archive—№ 66,050

    1. Oh great, something that works in dev but doesn't work in production even when precisely replicated.
  1. …in reply to @SimonXIX
    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.