File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ func (c *Server) buildDatabase() error {
137
137
ab = ab .ReadOnly ()
138
138
}
139
139
a := ab .Build ()
140
- c .engine = sqle .New (catalog , a )
140
+ c .engine = sqle .New (catalog , a , version )
141
141
}
142
142
143
143
c .pool = gitbase .NewRepositoryPool ()
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ func newSquashEngine() *sqle.Engine {
736
736
analyzer := analyzer .NewBuilder (catalog ).
737
737
AddPostAnalyzeRule (rule .SquashJoinsRule , rule .SquashJoins ).
738
738
Build ()
739
- e := sqle .New (catalog , analyzer )
739
+ e := sqle .New (catalog , analyzer , "test" )
740
740
e .AddDatabase (gitbase .NewDatabase ("foo" ))
741
741
e .Catalog .RegisterFunctions (sqlfunction .Defaults )
742
742
e .Catalog .RegisterFunctions (function .Functions )
You can’t perform that action at this time.
0 commit comments