Collation callback.

This commit is contained in:
Nuno Cruces
2024-01-26 23:52:45 +00:00
parent 019c71fb55
commit 99ad7ff766
3 changed files with 34 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ type Conn struct {
interrupt context.Context
pending *Stmt
log func(code xErrorCode, msg string)
collation func(name string)
arena arena
handle uint32