You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like this example, I want to get the library name of the query execution in the StmtQueryContext, how do I do that?I've tried doing a sql fetch like 'select database()' ahead of time。And interception functions such as StmtExecContext, ConnExecContext, ConnPrepareContext, etc., need to be obtained by different implementation methods
The text was updated successfully, but these errors were encountered:
Like this example, I want to get the library name of the query execution in the StmtQueryContext, how do I do that?I've tried doing a sql fetch like 'select database()' ahead of time。And interception functions such as StmtExecContext, ConnExecContext, ConnPrepareContext, etc., need to be obtained by different implementation methods
The text was updated successfully, but these errors were encountered: