Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

ORM Conventions and Oracle uppercase default

posted by aurélien 10 years ago

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

Aurlien

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.

posted by wbond 10 years ago

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

posted by aurélien 10 years ago

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

posted by aurélien 10 years ago

Aurlien

Here is an ORM that works with Oracle https://www.kellermansoftware.com/p-47-net-data-access-layer.aspx

posted by asavasamuel 6 years ago