I am using Lift-Mapper with Oracle.  Oracle is a case-insensitive
database.  For Hibernate projects, I have used the Enhanced Naming
Convention to translate Java camelCase to a more Oracle friendly
snake_case.  I am interested in doing the same thing with Lift Mapper/
Record.

In the mean time, I need to override dbTableName and dbColumnName, but
I'd like to avoid that and just agree on the convention.

I could imagine that the Database Provider would maintain a flag to
say whether the database is case sensitive or not, and then based on
that flag, would pass either the camelCase directly (for case
sensitive), or snake_case(camelCase) (for case insensitive).

(Or, does this functionality already exist and I just haven't
configured it properly?)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to