Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0.x provider compatibility #194

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

7.0.x provider compatibility #194

wants to merge 3 commits into from

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