ORM Conventions and Oracle uppercase default / Help Please!

ORM Conventions and Oracle uppercase default

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.

    • 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

    • 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