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

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

No branches or pull requests

Issue actions