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

fix: Avoid sql error on postgres #859

Merged
merged 3 commits into from
Feb 22, 2024
Merged

fix: Avoid sql error on postgres #859

merged 3 commits into from
Feb 22, 2024

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Feb 20, 2024

Not the ideal approach probably, but should at least remove one blocker from releasing 0.7.0

  • Write a test case covering that Already there just never ran with postgres
  • Fix intergration test matrix to run all backends
  • Make tests pass

Fix #849

Signed-off-by: Julius Härtl <jus@bitgrid.net>
…ter, mysql for stable branches

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr juliusknorr added bug Something isn't working 3. to review Waiting for reviews labels Feb 22, 2024
@juliusknorr juliusknorr requested a review from blizzz February 22, 2024 12:01
@blizzz blizzz merged commit ce8a320 into main Feb 22, 2024
50 checks passed
@blizzz blizzz deleted the fix/849 branch February 22, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error reading rows: UNION types text and double precision cannot be matched
2 participants