neisbut / Npgsql.Bulk

Helper for performing COPY (bulk insert and update) operation easily, using Entity Framework + Npgsql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Npgsql.Bulk doesn't work with adding bulk entities with relations

MAlshehri opened this issue · comments

Hi,
I tried to add a bulk of entities with many-to-many relationships but it failed and I got this message "23502: null value in column "Id" of relation "Entity" violates not-null constraint"

why it doesn't auto-increments ?

Hi @MAlshehri , sorry, this is not supported. And no plans to implement this.