Skip to content

Commit 9541fe2

Browse files
committed
Removed FromBind
1 parent 94d5988 commit 9541fe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sys/sqlite3/value.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ func (v *Value) NoChange() bool {
9292
}
9393

9494
// FromBind returns true if value originated from a bound parameter
95+
/*
9596
func (v *Value) FromBind() bool {
9697
return intToBool(int(C.sqlite3_value_frombind((*C.sqlite3_value)(v))))
9798
}
99+
*/
98100

99101
// Interface returns a go value from a sqlite value
100102
func (v *Value) Interface() interface{} {

0 commit comments

Comments
 (0)