History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-666
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Unassigned
Reporter: Mark A Kruger
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Oracle "CLOB" type errors out on Q of a Q

Created: 29/Jan/02 04:04 AM   Updated: 06/Oct/08 08:46 PM
Component/s: Libs (FAPI, etc)
Affects Version/s: 3.0.2
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified

Environment: CentOS, Apache 2.02, CF 7.01, Oracle 10g


 Description  « Hide
File: edit.cfc in /Farcry_core/packages/Farcry/category.cfc

Line: on or about 225

Description:
Query of a query errors out with an data type error. QofaQ can't handle the CLOB data type from Oracle.

Fix:
Add a try catch around the distinct Q of a Q error. Ignore the error. This works for most cases, but it does mean duplicates are possible. This q of a q looked like a work around for duplicates to begin with.

NOTE: I did a search for this error and did not find it in the track - but I could swear I reported earlier.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthew Bryant - 06/Oct/08 08:46 PM
This has been re factored and no longer an issue.