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

sql: unsupported binary operator: <string> || <oid> #41872

Closed
rafiss opened this issue Oct 23, 2019 · 2 comments · Fixed by #55611
Closed

sql: unsupported binary operator: <string> || <oid> #41872

rafiss opened this issue Oct 23, 2019 · 2 comments · Fixed by #55611
Assignees
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@rafiss
Copy link
Collaborator

rafiss commented Oct 23, 2019

The type checker should allow an OID to be concatenated to a string.

@rafiss rafiss added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-pgcompat Semantic compatibility with PostgreSQL labels Oct 23, 2019
@rafiss
Copy link
Collaborator Author

rafiss commented Dec 2, 2019

this also seems to be covered in #34404

@rafiss
Copy link
Collaborator Author

rafiss commented Dec 4, 2019

@jordanlewis: I'm assigning you just because you have the open PR, but if you don't have the time anymore, feel free to re-assign.

@craig craig bot closed this as completed in fb15b37 Nov 6, 2020
@rafiss rafiss assigned rafiss and unassigned jordanlewis Nov 9, 2020
rimadeodhar added a commit to rimadeodhar/cockroach that referenced this issue Sep 29, 2023
With recent work on UDFs(cockroachdb#17511)
and cockroachdb#41872, some of the tests
from pjdbc associated with these issues have started passing. This PR updates
the blocklist to remove the newly passing tests.

Epic: None
Fixes: cockroachdb#111130
Release note: None
craig bot pushed a commit that referenced this issue Sep 29, 2023
111464: pgjdbc: remove passing tests from blocklist r=rimadeodhar a=rimadeodhar

With recent work on UDFs(#17511) and #41872, some of the tests from pjdbc associated with these issues have started passing. This PR updates the blocklist to remove the newly passing tests.

Epic: None
Fixes: #111130
Release note: None

Co-authored-by: rimadeodhar <[email protected]>
THardy98 pushed a commit to THardy98/cockroach that referenced this issue Oct 6, 2023
With recent work on UDFs(cockroachdb#17511)
and cockroachdb#41872, some of the tests
from pjdbc associated with these issues have started passing. This PR updates
the blocklist to remove the newly passing tests.

Epic: None
Fixes: cockroachdb#111130
Release note: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
2 participants