12 Commits

Author SHA1 Message Date
b69ebee066 mssql: fix precision for the time column in table/annotation query mode
Use the ConvertSqlTimeColumnToEpochMs function to convert any native
datetime data type or epoch time (millisecond precision).
Additional tests and update of existing due to timezone issues
running MSSQL on UTC and dev environment on non-utc.
Update stored procedures test to handle more parameters.
Update test dashboard.
2018-03-22 15:23:12 +01:00
ae4c6e4648 mssql: fix precision for time column in table mode
ref #11306
2018-03-20 12:59:40 +01:00
8f6626e805 mssql: encrypt password in database 2018-03-19 17:32:51 +01:00
449a307575 mssql: remove dynamic construction of metric column and other columns
This seems like a niche feature which can be solved by defining multiple queries. In the future
we'll probably add support for defining series name by alias field similar to how other datasources
have solved that, e.g. prometheus.
2018-03-19 17:14:01 +01:00
d14946a135 mssql: cleanup and minor refactor 2018-03-19 13:32:04 +01:00
24c0f28f41 mssql: allow host without port and fallback to default port 1433 2018-03-19 13:24:31 +01:00
f0f8006d8d mssql: support money, smallmoney and decimal data types 2018-03-16 14:37:16 +01:00
3b03dce3c2 mssql: timeGroup fill support added. 2018-03-15 15:06:54 +01:00
d4beee2bb0 Merge branch 'master' into mssql_datasource 2018-03-13 16:03:02 +01:00
6e7a067857 adding support for sgl native time datatypes 2017-12-12 23:43:24 +03:00
5114b1f792 fixing a few fromattings 2017-12-06 10:32:20 +03:00
c75f9a1923 MSSQL Data Source 2017-12-02 14:40:12 +03:00