mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
Add control schedule run for pro_scheduler.
Добавлен контроль запуска задач по расписанию (из-за проблем в версии 2.7) При найденных пропусках запуска, добавляется строчка "Previous sched time run skip" в Свойства. Всего проверяется 100 последних запусков.
This commit is contained in:
parent
3c245c16a5
commit
7caaf132f3
3 changed files with 193 additions and 7 deletions
|
|
@ -303,7 +303,7 @@ wxDateTime pgSet::GetDateTime(const int col) const
|
|||
{
|
||||
wxASSERT(col < nCols && col >= 0);
|
||||
|
||||
wxDateTime dt;
|
||||
wxDateTime dt((time_t)-1);
|
||||
wxString str = GetVal(col);
|
||||
/* This hasn't just been used. ( Is not infinity ) */
|
||||
if (!str.IsEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue