Skip to content

Favorite configuration should force logical mode #254

Closed
@isc-tleavitt

Description

@isc-tleavitt

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()

Activity

added
bugSomething isn't working
customerBased on customer feedback (as opposed to something identified by developers)
on Apr 28, 2023
self-assigned this
on Apr 28, 2023
added a commit that references this issue on May 10, 2023
7288b37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcustomerBased on customer feedback (as opposed to something identified by developers)

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @isc-tleavitt

    Issue actions

      Favorite configuration should force logical mode · Issue #254 · intersystems/git-source-control