multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker
Apache License 2.0
32 stars 25 forks source link

Support for String tenant Id ? #16

Closed ckthum closed 9 years ago

ckthum commented 12 years ago

Hi,

I would like check whether there is any plan to support String(generated by UUID) for the tenant Id ? It seems like lots of changes have to be made. Thx.

Regards, Thum

kimble commented 12 years ago

Using strings for tenant id is probably not a good idea as the tenant id property will often be indexed (either alone or as part of a composite index).

sronderos commented 11 years ago

If there is no compelling reason to support this change, could we close this issue?

sronderos commented 9 years ago

Closing as duplicate of https://github.com/multi-tenant/grails-multi-tenant-single-db/issues/23