postgres: use new sql engine

This commit is contained in:
Marcus Efraimsson
2018-07-26 18:10:17 +02:00
parent d42cea5d42
commit 2f3851b915
4 changed files with 64 additions and 275 deletions

View File

@ -12,7 +12,7 @@ import (
func TestMacroEngine(t *testing.T) {
Convey("MacroEngine", t, func() {
engine := NewPostgresMacroEngine()
engine := newPostgresMacroEngine()
query := &tsdb.Query{}
Convey("Given a time range between 2018-04-12 00:00 and 2018-04-12 00:05", func() {