You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sanitize the database name in diesel_cli for CREATE / DROP database
operations.
This allows the usage of database names like foo-bar.
I chose not to use my query_helper functions and instead escape the
names myself in the tests directory to avoid adding a lib.rs to diesel_cli.
Fixesdiesel-rs#350
0 commit comments