Georg Rehfeld wrote:

> Hi danch,
> 
> 
>>Does anybody know what databases are case sensitive WRT column and table 
>>names (or even keywords). I've never run into case sensitive SQL 
>>databases before.
>>
> 
> MySQL too is case sensitive on database, table and index names
> on a case sensitive file system (i.e. xNIX) with some table types
> especially the default MyISAM table type. The reason is, that
> they simply use the given name to generate a file path from it.
> 


Gak! Well, Vinay's fixed that bug already.

-danch

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to