Skip to content
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

Fix for PDO driver, exception for sqlite in DSN spec #752

Merged
merged 1 commit into from Dec 15, 2011
Merged

Fix for PDO driver, exception for sqlite in DSN spec #752

merged 1 commit into from Dec 15, 2011

Conversation

toopay
Copy link
Contributor

@toopay toopay commented Dec 8, 2011

Previously, the pdo driver constructor will generate the first parameter for PDO as follow

"sqlite:/test.sqlite;dbname="

This wont work for sqlite. The typical DSN for sqlite was something like

"sqlite:/test.sqlite"

ericlbarnes added a commit that referenced this pull request Dec 15, 2011
Fix for PDO driver, exception for sqlite in DSN spec
@ericlbarnes ericlbarnes merged commit c10144c into bcit-ci:develop Dec 15, 2011
baypup pushed a commit to baypup/CodeIgniter that referenced this pull request Aug 20, 2015
according to issue bcit-ci#752
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants