Hi!
So Drizzle is case insensitive all the world around. AKA we follow the
standard in this regard no matter the operating system (with MySQL by
default the UNIX world is case sensitive,.. legacy of everything be
based on the file system).
Drizzle accomplishes this by doing case folding, aka we lower case
everything internally. All upper case make me THINK YOU ARE YELLING.
Here is the thing though, right now to make DD/IS look right I have to
play with case. Internally we see things as lower case, but externally
it seems like UPPER case for those table names seems correct.
This is really bikeshed to me. People's thoughts on the display?
There is BTW no requirement that a table function be upper case, I
just have done that when doing the create object. So no matter what
table functions will be whatever ever the author/creator calls them.
Cheers,
-Brian
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp