Skip to content

6.13.4

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 14 Dec 18:13
· 34 commits to master since this release
9223b95

Download the library here

  • UPDATED: Monthly Trial Release
  • ADDED: UsePostgreSqlInsertOnConflictDoNothing option to use the ON CONFLICT DO NOTHING syntax instead of a WHERE clause (might dramatically increase performance for PostgreSQL).
  • ADDED: ColumnAddOrUpdateInput, ColumnAddOrUpdateOutput, ColumnAddOrUpdateInputOutput option as the name suggest, allow you to add a column or update the direction of an existing column
  • ADDED: DisableStoredProcedure option for EF6 to directly perform operation in table (doesn't work for BulkSaveChanges)
  • FIXED: "Check.DebugAssert failed: Only call this method for properties known to be part of a key." on BulkSaveChangesAsync #451

Trial unlocked until the end of January