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

Cannot use $IMPORT_UNSAFE outside queries #37

Closed
cjayawickrema opened this issue Jun 12, 2017 · 1 comment
Closed

Cannot use $IMPORT_UNSAFE outside queries #37

cjayawickrema opened this issue Jun 12, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@cjayawickrema
Copy link

When i try to use $DSL.$IMPORT in groovy layer it works without any problem. However $DSL.$IMPORT_UNSAFE does not - gives below error. Please provide the support for this.

groovy.lang.MissingMethodException: No signature of method: com.virtusa.gto.nyql.DSL.$IMPORT_UNSAFE() is applicable for argument types: (java.lang.String) values:

@isuru89 isuru89 self-assigned this Jun 22, 2017
@isuru89 isuru89 added this to the v2.0 milestone Jun 22, 2017
@isuru89 isuru89 added the bug label Jun 22, 2017
@isuru89
Copy link
Contributor

isuru89 commented Jun 22, 2017

This function will be renamed to IMPORT_SAFE in v2 to correct its meaning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants