-
Jenny Shen authored
In Postgres, a PG::NotNullViolation is raised when the primary key value is nil. This limits the ability to update and insert new records in one bulk upsert.
Jenny Shen authoredIn Postgres, a PG::NotNullViolation is raised when the primary key value is nil. This limits the ability to update and insert new records in one bulk upsert.
Loading