openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #06625
Unique key is case-sensitive or *in*sensitive?
Hi folks
Nova,Keystone,Glance uses RDBMS and they use unique key constraints.
Nowadays, we can use Mysql,Sqlite,Postgresql.
Unfortunately, the unique key behaviors of each DB are different.
- Mysql : case-insensitive
- Sqlite : case-sensitive
- Postgresql : case-sensitive
I wanna know the spec of OpenStack.
Unique key is case-sensitive or *in*sensitive?
Cheers
Nati
Follow ups