Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Status syntax error in GoDot 4 #59

Open
@GOTWIC

Description

@GOTWIC

One line 32 of the PostgreSQLClient.gd file,
var status = Status.STATUS_DISCONNECTED setget set_status, get_status
seems to be causing an error:

Expected end of statement after variable declaration, found "Identifier" instead.

The line should be replaced with:

var status = Status.STATUS_DISCONNECTED : set = set_status, get = get_status

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is neededwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions