Feature Requests: Browse | Submit New | Admin

[#844] Downcase column names

Date:
2004-08-25 15:28
Priority:
3
Submitted By:
Daniel Berger (djberg96)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Downcase column names

Detailed description
Please downcase column names (and everything else that can potentially be downcase'd).  Certain vendors (Oracle) uppercase
all the column names (along with everything else).  This is a pain because then the table attributes must be referred
to in upper case, e.g.

kdbh.select(:Foo){ |f|
   f.SOME_COLUMN_NAME < 300}.each{ |r|
   p r
}

Regards,

Dan

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item