Skip to content

Conversation

@sparkybg
Copy link

@sparkybg sparkybg commented Feb 3, 2023

  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.

Some server instances/npgsql provider versions return additional information after the server version. The information shuld be removed when server version is serialized.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant