search for: days_of_week

Displaying 2 results from an estimated 2 matches for "days_of_week".

2008 Dec 06
1
find with add of an atttributes
...:joins =>" RIGHT JOIN (SELECT event_dates.id,date_add(event_dates.date, INTERVAL i DAY ) AS date FROM (select 0 as i union all select 0 union all select 1 union all select 2) as integers CROSS JOIN event_dates WHERE i<= number_days AND (event_dates.days_of_week=''8'' OR concat(''%'',event_dates.days_of_week,''%'') like concat(''%'',DATE_FORMAT(date_add( event_dates.date, INTERVAL i DAY ),''%w''),''%'')) ORDER BY date LIMIT 0,40) as date_days ON...
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby