Is there any way to use double underscores in table names?

I am name spacing tables. For example, if I want to put a "products"
table in the "store" name space, I want to use the table name
"store__products". The double underscore is important as it
differentiates it from a table named simply "store_products" without a
name space.

Unfortunately, I tried to use both String#lit and Symbol#identifier
and they both don't work.

This is somewhat important to my implementation and I'd hate to use
something like "_and_" as the separator since it is both harder to
understand and longer to read.

e.g.

store__catalog__products

is easier to visually understand than

store_and_catalog_and_products

Thanks.

BTW, as always, I'm a huge fan of this project and have been
advocating it to whomever I speak to. Love your work guys.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to