dreamfactorysoftware/dreamfactory

FirebirdSchema

MrSpockDe opened this issue · 0 comments

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