Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

The result in SELECT will not be picked up as long as there is INSERT before that. #127

@zsong

Description

@zsong

For the proc having this pattern:


--do insert/update first
INSERT / UPDATE....
...
...

SELECT @variable as VariableName


The msnodesql driver doesn't pick up the returned value VariableName. The result set is empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions