Skip to content

Oracle - Timestamp & Casting issues conversion to postgres fails? #3117

Closed Answered by georgesittas
carloscondore asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @carloscondore,

I've addressed the first issue in #3124. Imo the second one is out of scope because it relies on Oracle's coercion rules and so you can do str * int which isn't generally supported in other dialects. Such transformations require type information and we usually don't prioritize them - you can use explicit casts in the original SQL as a workaround.

Check out said PR and also past PRs to see how we address similar issues. Feel free to make a PR for the last one if you want.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carloscondore
Comment options

Answer selected by georgesittas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants