Skip to content

FirebirdSchema #453

@MrSpockDe

Description

@MrSpockDe

in line 72 of FirebirdSchema.php the compact function tries to add the variable 'parameters' to the array, but there is no such variable. Therefore one cannot define a role for access to a Firebird DB. An error message states that there is an error at a "comapct call".

Change this line to:

$settings = compact('schemaName', 'resourceName', 'name', 'internalName', 'quotedName'); //omit the 'parameters' variable

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