We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4087649 commit d8d8ea3Copy full SHA for d8d8ea3
ql.go
@@ -13,6 +13,7 @@ import (
13
"strings"
14
"time"
15
16
+ _ "github.com/cznic/ql/driver"
17
"github.com/ngorm/ngorm/dialects"
18
"github.com/ngorm/ngorm/model"
19
"github.com/ngorm/ngorm/regexes"
ql_test.go
@@ -11,7 +11,6 @@ import (
11
12
- _ "github.com/cznic/ql/driver"
"github.com/ngorm/ngorm/engine"
"github.com/ngorm/ngorm/scope"
0 commit comments