deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

add Lower() to names #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you use Oracle, all table and field names are in upper case.  I've
added lower() to all needed code to change this and works a treat.

Original issue reported on code.google.com by douglasknudsen@gmail.com on 1 May 2007 at 7:48

GoogleCodeExporter commented 9 years ago
I will look at doing this specific to oracle.

Original comment by brian.ri...@gmail.com on 9 May 2007 at 7:07

GoogleCodeExporter commented 9 years ago
In the oracle.cfc file in the setTableMetadata() method, I tweaked the 
following for
this.

<cfquery name="qTable" datasource="#variables.dsn#">
             SELECT
                    lower(col.COLUMN_NAME)       as COLUMN_NAME,

Original comment by douglasknudsen@gmail.com on 6 Jun 2007 at 8:18

GoogleCodeExporter commented 9 years ago
The next release will have this fix in.

Original comment by tom.chiv...@gmail.com on 13 Oct 2010 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by tom.chiv...@gmail.com on 13 Oct 2010 at 3:25