activerecord-cockroachdb-adapter
activerecord-cockroachdb-adapter copied to clipboard
Workaround computed index
https://github.com/cockroachdb/cockroach/issues/9682
suggests cockroachdb does not support
CREATE UNIQUE INDEX "index_users_on_login" ON "users" (LOWER("login"))
need to find some way to filter this in the adapter.