I tried to compile an access module calling duckdb driver and get this error:
\go\pkg\mod\github.com\marcboeker\go-duckdb@v1.8.3\transaction.go:6:5: undefined: conn
It seems in transaction.go: 'type tx struct {c *conn}' is not linked to 'type conn struct {duckdbCon .duckdb_connection closed bool tx bool}' in connection.go.
I tried to compile an access module calling duckdb driver and get this error: \go\pkg\mod\github.com\marcboeker\go-duckdb@v1.8.3\transaction.go:6:5: undefined: conn
It seems in transaction.go: 'type tx struct {c *conn}' is not linked to 'type conn struct {duckdbCon .duckdb_connection closed bool tx bool}' in connection.go.