AnyhowStep / tsql

A SQL query-builder/ORM
37 stars 3 forks source link

Test date-time functions across multiple databases, timezones, DST settings, 23:59, 00:00, 00:01etc. #214

Open AnyhowStep opened 4 years ago

AnyhowStep commented 4 years ago

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...