-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Context
In a Symfony App using this library, i would like to use sqlite in a CI environnement beceause it's more simple than booting a postgres instance on the fly.
Issue
The credentials seems to not support sqlite dsn like "sqlite:///%kernel.project_dir%/var/data.db":
import/Configuration/Credentials.php
Line 49 in 8d60cd7
| return new self($params['host'], $params['port'], $params['user'], $params['pass']); |
Solution
todo
Metadata
Metadata
Assignees
Labels
No labels