# HG changeset patch # User Sascha L. Teichmann # Date 1584119321 -3600 # Node ID d6873fa95ed6b9078caa5324b92a6854a962ea61 # Parent 557afcd9a13107c72f7f7e7b7f95bd3f6404ac1c ... and adjust the name. diff -r 557afcd9a131 -r d6873fa95ed6 pkg/imports/wx.go --- a/pkg/imports/wx.go Fri Mar 13 18:04:14 2020 +0100 +++ b/pkg/imports/wx.go Fri Mar 13 18:08:41 2020 +0100 @@ -25,7 +25,7 @@ newConsumer: newSQLConsumer( prepareStmnts(insertWaterwayAxisSQL), consume, - createAxisInvalidation, + axisInvalidation, newMultiLineFeature(func() interface{} { return new(waterwayAxisProperties) }), @@ -81,7 +81,7 @@ ` ) -func createAxisInvalidation(spc *SQLGeometryConsumer) error { +func axisInvalidation(spc *SQLGeometryConsumer) error { res, err := spc.tx.ExecContext(spc.ctx, invalidateAxisSQL) if err != nil { return err