Closed
Description
What should be done?
We should allow uppercase Latin letters in a way that the backend supports it. For example, it should be possible to create database ABC
with PostgreSQL backend, but then it will be the same as .abc
, aBc
, etc
Where?
FerretDB/internal/handlers/pg/pgdb/databases.go
Lines 30 to 31 in cc34dfc
FerretDB/internal/util/testutil/db.go
Lines 66 to 67 in cc34dfc
Line 29 in cc34dfc
Definition of Done
pgdb
tests updated;- integration/compatibility tests updated;
- user documentation updated.
Metadata
Projects
Status
Done