Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQuery string in database URL is treated as part of the name by diesel database setup #1480
Comments
added a commit
to rokob/diesel
that referenced
this issue
Jan 17, 2018
added a commit
to rokob/diesel
that referenced
this issue
Jan 18, 2018
added a commit
to rokob/diesel
that referenced
this issue
Jan 19, 2018
sgrif
closed this
in
#1490
Jan 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SamWhited commentedJan 15, 2018
•
edited
When setting up the database with
diesel database setupany query string provided as part of the DSN is considered part of the database name. In the following example, I expect a database called "example" to be created:Steps to reproduce