CONCAT TSQL: Parse for single entity #738
-
Hi, When using CONCAT, transpiling into TSQL does not account for CONCAT(a). I cannot find CONCAT as an expression within expression.py, so I'm not sure how to tackle this for function parser. |
Beta Was this translation helpful? Give feedback.
Answered by
georgesittas
Nov 21, 2022
Replies: 1 comment 1 reply
-
This is actually something you can fix in the generator. Take a look: #739. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
georgesittas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is actually something you can fix in the generator. Take a look: #739.