24 Commits

Author SHA1 Message Date
55f1b36e31 refactor response flow 2017-09-21 15:02:17 +02:00
c5400ffe76 mysql: use collation instead of charset (#9156)
- use charset would issue additional 'SET NAMES <VALUE>' queries, set
collation would be better. see: https://github.com/go-sql-driver/mysql#charset
2017-09-04 12:32:07 +02:00
c92317bafa fix: fixed gofmt formating for #9091 2017-08-28 13:29:24 +02:00
3eea5d235d Added import for container/list 2017-08-24 15:42:54 -04:00
d6085755c4 Added series order according to query results
Raw query results would return as expected. But when appending new series to pointsBySeries map, order of keys is random. So I've added a list to keep track of series order. Should implement FIFO rules.
2017-08-24 15:38:36 -04:00
43fa852cc1 mysql: change logging from into to debug for scan 2017-08-09 19:33:09 +02:00
563795245a mysqlds: support for more column types
Includes integration test for most column types. Fixes #8918
2017-08-08 15:24:41 +02:00
60da730c95 mysql: fix for TIME columns, fixes #8534 2017-06-23 12:55:40 -04:00
2479e51a6b mysql: Null value should not be considered as previous value
fixes #8655
2017-06-20 02:02:05 +02:00
e8b798914d mysql: adds mapping for int/long 2017-05-16 16:07:42 +02:00
a9c535e551 mysql: add some more type mapping
Decimals mapped to floats for now. No mapping for bit or
any of the blob types. Tinyint not mapped to bool.
2017-05-12 11:37:51 +02:00
7784e4e24b mysql: add datetime type to table data 2017-04-23 21:56:58 +02:00
413ee33d5d mysql: fix go vet error 2017-04-23 20:07:20 +02:00
97e2d75f51 mysql: added support for tables in mysql queries 2017-04-21 15:07:43 +02:00
c78c460f79 mysql: worked on mysql data soruce 2017-04-20 17:10:23 +02:00
11806dfa78 mysql: progress 2017-04-19 17:26:37 +02:00
e164eba677 mysql: began work on backend macro engine 2017-04-19 10:10:08 +02:00
5af81b974e mysql: graph showing 2017-03-31 13:57:10 +02:00
a7babfb7cf tech: updated xorm libs 2017-03-31 12:54:39 +02:00
e5a5bef200 mysql: minor update 2017-03-31 12:49:05 +02:00
d6d2080f11 mysql: minor progress on response processing 2017-03-31 11:45:25 +02:00
080d2a2054 mysql: reading arbitrary SQL data in go is really strange, data is only in strings? 2017-03-30 13:46:46 +02:00
00fcaaf171 mysql: commented out old code from old PR 2017-03-29 22:55:37 +02:00
8f90c6115d mysql: progress on mysql data source 2017-03-29 22:54:18 +02:00