EntityFramework6.Npgsql icon indicating copy to clipboard operation
EntityFramework6.Npgsql copied to clipboard

7.0.x provider compatibility

Open sparkybg opened this issue 2 years ago • 0 comments

  1. Some server instances / provider versions return additional in server version string, which must be removed in order for server version to be serializable with "Version" class.
  2. Removed usage of "NpgSqlDateTime" and "NpgSqlTimeSpan" classes in order to work with latest 7.0.x provider version
  3. Needs "AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);" or migration of database's "timestamp" columns to "timestamtz" as described in the 6.0 documentation.

sparkybg avatar Feb 03 '23 14:02 sparkybg