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

Use Schema and object name to identify objects #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JamieOglethorpeEPS
Copy link

Objects with the same name in different schemas are misidentified.

SchemaName is added to the DbCodeSegment object

GetTraceCodeSegments is changed to use ObjectID to identify the object
schema.

ProcessAllCoverage is changed to identify code segments by ObjectName
and SchemaName.

Objects with the same name in different schemas are misidentified.

SchemaName is added to the DbCodeSegment object

GetTraceCodeSegments is changed to use ObjectID to identify the object
schema.

ProcessAllCoverage is changed to identify code segments by ObjectName
and SchemaName.
@vmalyutin
Copy link

Oops it seems I did the same thing regarding to schemas in my commit

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

Successfully merging this pull request may close these issues.

3 participants