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

Bulk Copy Editor: Cannot re-alias existing source properties #345

Closed
GoogleCodeExporter opened this issue Feb 5, 2016 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

When creating a source expression. The Bulk Copy Editor blows up when using the 
expression evaluates as an Identifier.

The problem is in FdoSchemaUtil.CreatePropertyFromExpressionType() which does 
not properly handle the case when the expression parses into an Identifier.

The solution is to modify the method signature to accept the source class 
definition, which is used to resolve such parsed identifiers

Original issue reported on code.google.com by jackie...@ennoble.com.au on 7 Jun 2011 at 7:50

@GoogleCodeExporter
Copy link
Author

Fixed in r1233

Original comment by jumpinja...@gmail.com on 7 Jun 2011 at 8:09

  • Changed state: Fixed

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

No branches or pull requests

1 participant