Support for identity insert

Issue #79 closed
Christopher Amos created an issue

currently the insert methods ignore your key value when AutoIncrement is used. It would be very helpful to be able to insert a rowID when provided on insert operations.

Comments (2)

  1. Guillermo GutiƩrrez

    Have you tried InsertOrReplace method instead of Insert? InsertOrReplace ignores AutoIncrement attribute and replaces any existing record with the same PrimaryKey.

  2. Log in to comment