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

[Linq to Oracle] - Export 'OracleLinq.cs' file error in 'ValidateAssociations' when one table has foreign key with more than one columns. #341

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Table A has foreign key with columns(A.Column1,A.Column2) which referencing 
columns(B.Column1,B.Column2) of tabale B;

2.Excecute DbMetal command:
"DbMetal /database=RF /namespace=OracleDAL /code=OracleLinq.cs 
/provider=OracleODP /conn="Data Source=2013TRAINING_RFSCHEMA;User 
Id=RF;Password=RF" /readline"

3.Throw System.InvalidOperationException:"Sequence does not contain any matched 
element"


What is the expected output? What do you see instead?
expected output: No error was throwed by DbMetal;
see: System.InvalidOperationException:"Sequence does not contain any matched 
element"

Please use labels and text to provide additional information.
Error was throwed on line 160 in file 'Processor.cs'.

Original issue reported on code.google.com by [email protected] on 26 Dec 2013 at 3:45

Attachments:

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

No branches or pull requests

1 participant