mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
tests/sas_torture.cpp MySQL v5.7+ date/time changes
This commit is contained in:
@@ -141,7 +141,7 @@ void MainWidget::generateData()
|
|||||||
SAS_STATION,
|
SAS_STATION,
|
||||||
(const char *)desc,
|
(const char *)desc,
|
||||||
CART_START+j,
|
CART_START+j,
|
||||||
(const char *)time.toString("hh:mm:ss"));
|
(const char *)RDCheckDateTime(time,"hh:mm:ss"));
|
||||||
q=new RDSqlQuery(sql);
|
q=new RDSqlQuery(sql);
|
||||||
delete q;
|
delete q;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user