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

update the dsn in the documented example #20

Closed
wants to merge 1 commit into from

Conversation

j1n3l0
Copy link

@j1n3l0 j1n3l0 commented Jul 11, 2018

The double quotes appear to have been left in by accident and can lead to connection errors for those not paying close attention.

The double quotes appear to have been left in by accident and can
lead to connection errors for those not paying close attention.
@ilmari
Copy link
Member

ilmari commented Jul 11, 2018

Are you actually seeing errors? DBD::Pg allows quoted database names just fine (required if there's e.g. a space in the database name). Other DBDs may vary, but then you have to change the DSN anyway.

@j1n3l0
Copy link
Author

j1n3l0 commented Jul 12, 2018

my apologies. i was using mysql and just assumed it was an oversight. will close this now.

FYI: you seem to have a separate issue with your travis-ci build:

The command "maint/getstatus maint/travis-ci_scripts/30_before_script.bash || ( maint/travis-ci_scripts/50_after_failure.bash && /bin/false )" failed and exited with 1 during .

@j1n3l0 j1n3l0 closed this Jul 12, 2018
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