Functions like CURRENT_DATE(), CURRENT_TIME(), CURRENT_TIMESTAMP(), UNIX_TIMESTAMP(), CONVERT_TZ(), TIMESTAMP(), etc. should all be tested across all possible date-time-related settings.
Behaviour should be consistent across all database-adapter libraries.
Need to figure out how to set up testing/CI for this...
Functions like
CURRENT_DATE()
,CURRENT_TIME()
,CURRENT_TIMESTAMP()
,UNIX_TIMESTAMP()
,CONVERT_TZ()
,TIMESTAMP()
, etc. should all be tested across all possible date-time-related settings.Behaviour should be consistent across all database-adapter libraries.
Need to figure out how to set up testing/CI for this...