-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqlite: missing host #135
Comments
I suspect that sqlite support was broken some time ago since it is not
automatically tested, and I no longer use any sqlite database. Surely only
some minor fixes are needed to move some code to the typeadapter class.
Any PR will be very welcomed.
…--
-- Madrid / Spain
El 7 abr. 2018 4:31 a. m., "axel-rutz" <[email protected]> escribió:
When i try to process a sqlite file, i get
In Mysqldump.php line 251:
Missing host from DSN string
although the host is not needed for sqlite.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#135>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA7D6C1HkOVZ2Q9qyBsCqThjAYd5Jm6Tks5tmCTfgaJpZM4TK5Zs>
.
|
I had a similar issue with MariaDB. It turned out I had to put a port number into the DSN string for the connection to work. In my case:
|
Basically sqlite is only supported in theory - I am implementing some local integration testing for an internal project and started in on this to at least get data out. I don't think it would be particularly difficult to make this fully compatible. #184 |
This is fantastic! I used mysqldump-php long ago for also dumping sqlite databases, but haven't had the time to sync it with all the changes that were done to the mysql part. |
Closing until a PR is made. Waiting for it to happen. |
I'm no longer on the project where this was being used so I haven't returned to this. |
When i try to dump a sqlite db, i get
although the host is not needed for sqlite.
The text was updated successfully, but these errors were encountered: