mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Fix bitset.
This commit is contained in:
2
value.go
2
value.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user