enh: convert the month and year in interval-offset to a database precision duration
This commit is contained in:
parent
e2f58a555d
commit
c5632ca355
|
@ -212,10 +212,10 @@ print ===> rows2: $data20 $data21 $data22 $data23 $data24
|
||||||
if $rows != 3 then
|
if $rows != 3 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data01 != 2 then
|
if $data01 != 4 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data04 != 2 then
|
if $data04 != 4 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue