HI all,

I have a fairly large database and have used the naming convention of
some_table, another_column  etc rather than SomeTable etc . This
doesn't cause any problems for the columns, but the underscore causes
grief with several maypole methods. Specifically, display columns
gets ignored and it defaults to alphabetical column order. I can also see
that any table joins will  probably need to join on names without
underscores in them.

Does Maypole and/or Class::DBI require camel cased (SomeTable etc).
database names to work correctly? I can change my entire schema to
this style quite easily.

Thanks,

Kim


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to