add tracecallback_noimpl.go
This commit is contained in:
9
tracecallback_noimpl.go
Normal file
9
tracecallback_noimpl.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// +build !trace
|
||||||
|
|
||||||
|
package sqlite3
|
||||||
|
|
||||||
|
import "errors"
|
||||||
|
|
||||||
|
func (c *SQLiteConn) RegisterAggregator(name string, impl interface{}, pure bool) error {
|
||||||
|
return errors.New("This feature is not implemented")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user