Ticket #191 (closed defect: fixed)
Scaffolding doesn't work in Oracle
| Reported by: | Bryan S | Owned by: | Bryan S |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Version: | Severity: | major | |
| Keywords: | Cc: |
Description
Scaffolding only works in Oracle if you override the default and create the table name in all lower case
The fix is below.
D:\Inetpub\wwwroot\ModelGlue?\unity\orm\ReactorAdapter?.cfc
<cffunction name="list"
original code <cfset var md = getObjectMetadata(lcase(arguments.table)) />
removing the lcase fixes the problem <cfset var md = getObjectMetadata(arguments.table) />
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)