Skip to content

dbIn only works if issued first for a given column #2

Description

@bwmilby

The dbIn function will only work if it is the first where function called on that column. The term placeholder(pValue) will always be null since there is no variable pValue in the function call parameter list. dbA["where columns"][pColumn] isn't used anywhere else, but gets set with each where call. I've submitted a pull request with code that addresses this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions