-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR #6910
Comments
asfernandes
added a commit
that referenced
this issue
Jul 26, 2021
…Info and ISQL's SET EXEC_PATH_DISPLAY BLR.
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
…Info and ISQL's SET EXEC_PATH_DISPLAY BLR.
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
Sent letter to Adriano, 28.07.2021 17:32, waiting for reply. |
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
…ent::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR." This reverts commit ddc8b7a.
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
…ent::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR." This reverts commit c93e848.
asfernandes
added a commit
that referenced
this issue
Jul 28, 2021
Unfortunately it was only working with embedded. I've rolled back the feature and will think in another way to implement it. |
asfernandes
added a commit
that referenced
this issue
Jul 30, 2021
…Info and ISQL's SET EXEC_PATH_DISPLAY BLR.
asfernandes
added a commit
that referenced
this issue
Jul 30, 2021
asfernandes
added a commit
that referenced
this issue
Jul 30, 2021
…Info and ISQL's SET EXEC_PATH_DISPLAY BLR.
asfernandes
added a commit
that referenced
this issue
Jul 30, 2021
…Info and ISQL's SET EXEC_PATH_DISPLAY BLR.
asfernandes
added a commit
that referenced
this issue
Jul 30, 2021
asfernandes
added a commit
that referenced
this issue
Jul 30, 2021
…Info and ISQL's SET EXEC_PATH_DISPLAY BLR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Info codes to be used with
Statement::getInfo
:To make
isc_info_sql_exec_path_blr_*
work, session must be first executeset debug option dsql_keep_blr = true
.ISQL command:
In ISQL,
set debug option
must not be used directly, instead user should useset exec_path_display blr
.The text was updated successfully, but these errors were encountered: