Bug 30907 - INSTR function not supported error from DB2
Summary: INSTR function not supported error from DB2
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: Stores (show other bugs)
Version: 2.1
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 17:33 UTC by Waz
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments
patch file (1.27 KB, patch)
2004-08-27 21:57 UTC, Waz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Waz 2004-08-27 17:33:35 UTC
- check for null ref in case of empty result.
	- override CommonRDBMSAdapter version of 
convertRevisionNumberToComparable() with one using SQL functions supported by 
DB2. INSTR and TO_NUMBER are not supported functions.
Comment 1 Waz 2004-08-27 21:57:13 UTC
Created attachment 12555 [details]
patch file
Comment 2 Waz 2004-09-27 16:15:33 UTC
Reopening as I shouldn't have changed state myself.
Comment 3 Stefan L 2004-10-02 17:50:48 UTC
patch applied