Skip to content

SQLSubselect — Property Get returns wrong variable #65

Description

@Ben-Gonzalez-97

SQLSubselect: SelectAs getter returns wrong variable

  • Component: src/ClassModules/SQLSubselect.cls (around 0–39)

Problem

  • Getter returns an undefined identifier instead of the backing field.

Snippet (actual)

Property Get SelectAs() As String
    SelectAs = aAs
End Property

Expected

Property Get SelectAs() As String
    SelectAs = sAs
End Property

Steps to Reproduce

  1. Read SelectAs from an instance.

Actual

  • Returns empty/undefined; potential compile/runtime error.

Proposed Fix

  • Return sAs.

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