1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-12-05 23:08:14 +02:00
Files
testing-go-code-with-postgres/testingpg
Vasiliy Vasilyuk cdd90f86db Fix placeholder for the database template name
When a template database name contains invalid characters such as `-`,
the request to create a new database stops working.

To reduce this behavior, quotation marks have been added.
2023-07-15 20:34:41 +03:00
..