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

Key: IDEADEV-31242
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Jon Steelman
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

SQL processing bug causes analysis to never complete

Created: 05 Sep 08 18:31   Updated: 14 Oct 08 12:51
Component/s: SQL
Fix Version/s: Diana 8940

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,769
Fixed in build: 8,909
Severity: High


 Description  « Hide
Exceptions reported as #120942 & #120943

These constants can help you reproduce the problem:
private static final String HISTORY_MARKER = "<!-- DEALER_HISTORY -->";

private static final String GET_ADMIN_COMMENTS =
" SELECT user_name, date_entered, message " + " FROM inv.admin_tool_history "
+ " WHERE dealership_id = ? And message <> '" + HISTORY_MARKER + "'"
+ " ORDER BY date_entered DESC";



 All   Comments   Work Log   Change History      Sort Order:
Jon Steelman - 05 Sep 08 18:49
This could be considered two separate issues:
1. SQL processing failure
2. Analysis of code should continue over a failure instead of hanging

Do you agree with #2 and if so, do you want a separate issue for it?


Jon Steelman - 10 Oct 08 21:53
Still hanging on build 8890. IDE Fatal Error submitted as 124095 blamed on IntelliLang.