-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add PostgreSQL tests into GitHub action workflow. Fix a few breaking changes in PostgreSQL driver #226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the plans on tests with MutePostgreSql
?
I will investigate them later. Most of them are related to complicated DateTime logic in Postgres and breaking changes with Timestamp type in The App need not special Local Time processing on DB level, so we can ignore these issues. |
Also:
MutePostgreSql
attribute to mute some failed tests temporarySET TIME ZONE 'UTC'
to avoid mess with Client/Server timezones