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

frozenSet wrongly compiled #16

Closed
rashtao opened this issue Jul 22, 2015 · 0 comments · Fixed by #18
Closed

frozenSet wrongly compiled #16

rashtao opened this issue Jul 22, 2015 · 0 comments · Fixed by #18
Assignees
Labels

Comments

@rashtao
Copy link

rashtao commented Jul 22, 2015

This test has a wrong assertion:

frozenSet("uudtTypeSetColumn", "myUUDT")

should be compiled to:

"uudtTypeSetColumn" SET <FROZEN <myUUDT>>

but currently it compiles to:

"uudtTypeSetColumn" SET <FROZEN myUUDT>
@UnbounDev UnbounDev added the bug label Jul 22, 2015
@UnbounDev UnbounDev self-assigned this Jul 22, 2015
UnbounDev added a commit that referenced this issue Jul 22, 2015
@UnbounDev UnbounDev mentioned this issue Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants