GRDB SQLite problem

Hello @Eldar,

Which is your problem (pick one):

  1. That the database table contains a NOT NULL constraint on the name column, when you do want to insert nulls in the database?
  2. That you end up inserting nulls in the database, when you know that missing names are something that should never happen in your application?