Commit a337fd0b authored by Frank Bergmann's avatar Frank Bergmann

-- sourceforge #3510581: datatype issue in sql

parent 9ed5a964
......@@ -232,7 +232,7 @@ set date_sql "
select distinct
to_char(im_day_enumerator, 'J') as monday_julian
from im_day_enumerator (:start_date::date, :end_date::date)
where to_char(im_day_enumerator, 'D') = 2
where to_char(im_day_enumerator, 'D') = '2'
order by monday_julian
) e
"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment