smallstep / nosql

NoSQL is an abstraction layer for data persistency
Apache License 2.0
20 stars 23 forks source link

Tolerate more user inputs for mysql data source #22

Closed areed closed 2 years ago

areed commented 2 years ago

Quote database name to allow any valid mysql identifier to be used. Do not require database to be set explicitly if it's in the DSN. Do not require user to add trailing & when passing parameters.

Fixes https://github.com/smallstep/certificates/issues/743