ORM Conventions and Oracle uppercase default / Help Please!
Hi
Do you know if i can use the Flourish lib ORM with Oracle knowing that all my table names, and column names, will be set uppercase by Oracle engine? I dont know if this is the default Oracle behavior, but that is how it is set up in my company :)
Thanks for your help
Aurélien
-
Message #460
Yes, when building support for Oracle in fDatabase, I made the decision to lowercase all table and columns names to allow for ORM support. This will be a little bit of an adjustment for people familiar with Oracle, but it will allow for the standard underscore_notation to CamelCase rules that are used in mapping database columns to methods.
wbond10/09/09 08:55:00 -
-
Message #493
Cool ! That will do the trick
I started using mySQL but we will have to get the tables copied to Oracle soon
Thanks for your quick support
Aurélien10/19/09 10:14:58 -
Message #494
Cool ! That will do the trick
I started using mySQL but we will have to get the tables copied to Oracle soon
Thanks for your quick support
Aurélien10/19/09 10:15:08
-
