Hi Marc,

On 1/24/07, Marc Herbert <[EMAIL PROTECTED]> wrote:
See https://forge.continuent.org/jira/browse/SEQUOIA-765 for details.

I mostly agree with this idea but I'm not sure there is a reliable way
to implement it in a portable way.
I'm mostly involved in PostgreSQL and I must admit that it's quite
difficult to choose between one way or the other as PostgreSQL is
mostly case insensitive apart from quoted identifiers (following the
SQL standard).
I always use lowercased table names and I don't quote any so I use
case insensitive but I know it's not perfect.
As I said earlier, perhaps it's acceptable as a user won't probably
have two tables with the same name and a different case.

The fact is that in the code, the getTable method is sometimes called
with a forced boolean value (false in the case I remember of).

--
Guillaume

_______________________________________________
Sequoia mailing list
Sequoia@lists.forge.continuent.org
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to