good morning!!!!

Skip to content
Snippets Groups Projects
Commit 936b9e16 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

QL: Updating sqlgen template declaration.

parent 6430a0fd
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ import (
"time"
_ "github.com/cznic/ql/driver"
"upper.io/cache"
"upper.io/db"
"upper.io/db/util/sqlgen"
"upper.io/db/util/sqlutil"
......@@ -109,6 +110,7 @@ func init() {
qlDropTableLayout,
qlSelectCountLayout,
qlGroupByLayout,
cache.NewCache(),
}
db.Register(Adapter, &source{})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment