You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Describe the bug
Not support with custom connection name that difference from driver name. e.g: in config database.php i am using connections with name defaultdb and driver using mysql
To Reproduce
Assume you are using mysql database. Steps to reproduce the behavior:
Edit 'config/database.php' edit in connection array key with driver mysql to other than mysql. eg:
Error with Exception Selected invalid or unsupported database driver
Next try i change my config path prequel.database.connection to mydb, same like on database config
Open prequel on browser, and is still error with message:
Your database connection might not be supported yet, currently supported: 'mysql', 'pgsql'. (Yours is: 'mydb').
Expected behavior
Prequel database config must follow the configuration from the database config, and make the connection details such as host, port, database, username, password is optional in the prequel config, just store the connection name on prequel config, and follow the rest from database config.
Hey @fauzie, thanks for submitting this bug! Very sorry about the very late answer. Prequel is going back in to active development and a v2.0 is being developed right now (see #156). I will fix this in that release.
Hope you haven't been discouraged from using Prequel because of this! I'll keep this issue open until the fix is in the aforementioned PR.
Describe the bug
Not support with custom connection name that difference from driver name. e.g: in config
database.php
i am usingconnections
with namedefaultdb
and driver usingmysql
To Reproduce
Assume you are using mysql database. Steps to reproduce the behavior:
connection
array key with drivermysql
to other thanmysql
. eg:config/prequel.php
as isNext try i change my config path
prequel.database.connection
tomydb
, same like on database configOpen prequel on browser, and is still error with message:
Expected behavior
Prequel database config must follow the configuration from the database config, and make the connection details such as host, port, database, username, password is optional in the prequel config, just store the connection name on prequel config, and follow the rest from database config.
Screenshots
https://ibb.co/9WMmwfz
https://ibb.co/8M02W7d
PHP Version
Database type
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: