Fix bitset.

This commit is contained in:
Nuno Cruces
2025-07-04 14:58:48 +01:00
parent be2f3036b4
commit 5c55d8692f
6 changed files with 434 additions and 497 deletions

View File

@@ -57,7 +57,7 @@ func (v Value) Type() Datatype {
return Datatype(v.c.call("sqlite3_value_type", v.protected()))
}
// Type returns the numeric datatype of the value.
// NumericType returns the numeric datatype of the value.
//
// https://sqlite.org/c3ref/value_blob.html
func (v Value) NumericType() Datatype {