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

Access to provider interfaces from trace plugin [CORE3689] #4037

Open
firebird-automations opened this issue Dec 5, 2011 · 3 comments
Open

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @aafemt

Trace plugins would be able to do more funny things if they could get IAttachment from TraceConnection, ITransaction from TraceTransaction etc.

@firebird-automations
Copy link
Collaborator Author

Modified by: @aafemt

Version: 3.0.0 [ 10048 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

In general, it is OK but i don't think we should provide JRD implementation of interfaces (i.e. access to the embedded engine).
We can implement read-only methods and, of course, it will not be able to change database state or make SQL queries from trace plugin.

@firebird-automations
Copy link
Collaborator Author

Commented by: @aafemt

Access to query parameter's values of all types (BLOBs and arrays particularly) would be enough for me.

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

No branches or pull requests

1 participant