-
Notifications
You must be signed in to change notification settings - Fork 28
select value bug #71
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
base: main
Are you sure you want to change the base?
select value bug #71
Conversation
|
Could you approve to see the CI test failure? |
|
Done! The test seems quite large. Is there a smaller reproduction? |
|
@lpil I have added this test because the problem appears for all these types (float, int, string, bool, calendar date) in my tests that I did via cake. What do you think I should do? Make it 5 tests? |
|
I also took a look at the source code bout wouldn't know where to add the conversion from literal values to typed postgres values, this should for now only happen for SELECT I think but there may be other statements that would require the types to be declared? |
|
I don't know what this PR is trying to show so I don't know how to answer the question. Is it 5 bugs specifically relating to those 5 data types? |
Yes, all of them will crash currently, each single one. |
|
Can you make minimal reproductions for each bug then please |
|
All the tests passed! |
|
@lpil that was unexpected, also why didn't the combined test then pass? |
|
Please retrigger the CI. It should be red now. TLDR: oh my... I fiddled around until docker compose + postgres ran locally for pog. They should not pass anymore. |
No description provided.