LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
321 stars 156 forks source link

Schematool: allow `-` in database usernames #4209

Closed bauerjs1 closed 1 year ago

bauerjs1 commented 1 year ago

Solves #4193

When there are dashes (-) in the Postgres username, the schematool fails with an exception. In Postgres, dashes are legal in usernames, so the verifying pattern is adapted accordingly.