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
Expose an
id
property onIDBSQLSession
andIOperation
.Previosly we did have a
getId()
method onDBSQLSession
andDBSQLOperation
. Of course, users were able to use them from JS code, or by casting objects toany
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