Comment 1 for bug 1417741

Revision history for this message
Hans Zeller (hans-zeller) wrote :

It looks like there are really two bugs here. One is that we internally use a CAST in the parser that creates a nullable value for the ADD_MONTHS function. That causes the error 1135. The other problem is that adding a divisioning clause somehow makes us choose the wrong leading precision for the col_intrvl table. We use 0 instead of the correct default, 2, and so get an error.