Skip to content

Commit

Permalink
add 'sqlite_preupdate_hook' build tag to convert.go
Browse files Browse the repository at this point in the history
The convertAssign function in convert is only used by the code that is
included when the 'sqlite_preupdate_hook' build tag is provided.
  • Loading branch information
charlievieth committed Nov 9, 2024
1 parent 9a62cee commit f601974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

// Type conversions for Scan.

//go:build sqlite_preupdate_hook
// +build sqlite_preupdate_hook

package sqlite3

import (
Expand Down

0 comments on commit f601974

Please sign in to comment.