This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Status syntax error in GoDot 4 #59
Open
Description
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