Skip to content

Favorite configuration should force logical mode #254

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

Closed
isc-tleavitt opened this issue Apr 28, 2023 · 0 comments · Fixed by #255
Closed

Favorite configuration should force logical mode #254

isc-tleavitt opened this issue Apr 28, 2023 · 0 comments · Fixed by #255
Assignees
Labels
bug Something isn't working customer Based on customer feedback (as opposed to something identified by developers)

Comments

@isc-tleavitt
Copy link
Collaborator

Reusing the "favorite" approach recently introduced, I found an issue that was also reported from a user via email where the link URL was prefixed with control characters. Solution is to force logical mode for the SQL query in question - e.g.:

    set statement = ##class(%SQL.Statement).%New()
    set statement.%SelectMode = 0
    do ##class(%SQL.Statement).%ExecDirect(statement,sql,caption,link).%Display()
@isc-tleavitt isc-tleavitt added bug Something isn't working customer Based on customer feedback (as opposed to something identified by developers) labels Apr 28, 2023
@isc-tleavitt isc-tleavitt self-assigned this Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer Based on customer feedback (as opposed to something identified by developers)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant