as a workaround you could try:
discard insertID(db, sql"INSERT INTO myTable (age) VALUES (?)",55)
discard insertID(db, sql"INSERT INTO myTable (name) VALUES (?)", "John")
RunNULL is an important column-condition and denotes: "no value present"
