You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occured due to SET transform not checking if the target entry
for the RHS item is already present in the query target list and added
the item to tl which resulted in variable name conflict.
Instead transformed the item and added to tl only if target entry for the
var name could not be found
Added regression tests
Describe the bug
'column reference is ambiguous' error is thrown unexpectedly when trying to return the variable used in right hand side of SET clause
How are you accessing AGE (Command line, driver, etc.)?
What data setup do we need to do?
Can be observed without creating any data
What is the command that caused the error?
Expected behavior
Should update the property and return the result without error
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: