Skip to content

ut3 schema hardcoded in oddgen report #42

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

Closed
jgebal opened this issue Oct 22, 2018 · 2 comments
Closed

ut3 schema hardcoded in oddgen report #42

jgebal opened this issue Oct 22, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Oct 22, 2018

The oddgen doesnt show unit tests if utplsql is installed into diffeent schema than ut3

@PhilippSalvisberg
Copy link
Member

Yep. The only place where the schema is hard-coded (beside tests), is here.

The reason was, that utPLSQL does not expose ut_annotation_manager. It is not part of the API. Hence no public synonym available. But without the annotation manager the extension is almost helpless.

Any suggestions?

@PhilippSalvisberg
Copy link
Member

Actually, I have a way to find the installed schema (get_UtplsqlSchema). I should have used that in this query as well. I can fix that.

Using non-API packages is another issue.

PhilippSalvisberg added a commit that referenced this issue Oct 22, 2018
Fixes issue #42 - ensure oddgen tree gets populated correctly
@PhilippSalvisberg PhilippSalvisberg self-assigned this Oct 22, 2018
@PhilippSalvisberg PhilippSalvisberg added this to the v0.6.2 milestone Oct 22, 2018
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