mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Use the ConvertSqlTimeColumnToEpochMs function to convert any native datetime data type or epoch time (millisecond precision). Refactored mysql implementation to make it more similar to postgres and mssql implementations. Added $__timeEpoch macro function with same implementation as $__time. Added possibility to use a time column named time in addition to the currectly supported time_sec. Additional tests and update of existing. Added test dashboard. |
||
---|---|---|
.. | ||
macros_test.go | ||
macros.go | ||
mysql_test.go | ||
mysql.go |