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

Expose session and query ID #250

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Expose session and query ID #250

merged 2 commits into from
Apr 19, 2024

Conversation

kravets-levko
Copy link
Collaborator

@kravets-levko kravets-levko commented Apr 17, 2024

Expose an id property on IDBSQLSession and IOperation.

Previosly we did have a getId() method on DBSQLSession and DBSQLOperation. Of course, users were able to use them from JS code, or by casting objects to any in TS, but they still were internal to the library. Now we expose a legal way to access session and operation ID as a part of the public library interface

Signed-off-by: Levko Kravets <levko.ne@gmail.com>
@kravets-levko kravets-levko merged commit 38db1b0 into main Apr 19, 2024
8 checks passed
@kravets-levko kravets-levko deleted the expose-session-query-id branch April 19, 2024 16:30
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.

None yet

2 participants