Skip to content

Commit d8d8ea3

Browse files
committed
include ql driver
1 parent 4087649 commit d8d8ea3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ql.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
"strings"
1414
"time"
1515

16+
_ "github.com/cznic/ql/driver"
1617
"github.com/ngorm/ngorm/dialects"
1718
"github.com/ngorm/ngorm/model"
1819
"github.com/ngorm/ngorm/regexes"

ql_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111

1212
"strings"
1313

14-
_ "github.com/cznic/ql/driver"
1514
"github.com/ngorm/ngorm/engine"
1615
"github.com/ngorm/ngorm/model"
1716
"github.com/ngorm/ngorm/scope"

0 commit comments

Comments
 (0)