This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi schemata. 1 -> 0..1 Bug multi Role and so on.
- Loading branch information
Showing
2 changed files
with
121 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
818cd4e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
nice job but wehn I am trying to generate model for my database I am getting an expcetion below.
In my postgresql database I have an unaccent extension installed.
Hope I will be able to generate my model soon with your tool.
Thanks
EdmGen06 Information: 101 : Parameter: x
EdmGen06 Information: 101 : Parameter: x
EdmGen06 Information: 101 : Parameter: x
EdmGen06 Information: 101 : Function: public.tgf_t_diagnosis_rep_out
EdmGen06 Information: 101 : Function: public.unaccent_init
EdmGen06 Information: 101 : Parameter: x
Unhandled Exception: System.InvalidOperationException: The parent is missing.
at System.Xml.Linq.XNode.AddAfterSelf(Object content)
at EdmGen06.EdmGenModelGen.ModelGen2(String connectionString, String provider
Name, String typeProviderServices, String modelName, String targetSchema, Versio
n yver) in h:\Dev\EdmGen06\EdmGenModelGen.cs:line 559
at EdmGen06.Program.Main(String[] args) in h:\Dev\EdmGen06\Program.cs:line 19
818cd4e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @janslavsky
Thank you for the detail report!
I'll check the on going problem which seems to be caused by the unaccent extension.
818cd4e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @janslavsky
Your problem should be fixed now!
Please try the new release:
https://github.com/kenjiuno/EdmGen06/releases
Thanks.
kenji uno