AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

StackOverflow in DbmlGenerator (problem with foreign keys handling?) #691

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a problem when generating the DBML for a very large schema with 
+300 tables and + 1200 foreign keys.
Unfortunatly I'm not allowed to share the schema (company property).

I managed to get the Stack Trace of the StackOverflowException, I attached it, 
as expected it's a recursive function call that cause the issue.

Original issue reported on code.google.com by guillaum...@gmail.com on 26 Aug 2013 at 10:20

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

Is there any chance you could send us everything we would need to reproduce 
this issue to support@codesmithtools.com

Original comment by bniemyjski on 26 Aug 2013 at 7:15