Skip to content

Commit ff61c4d

Browse files
committed
Debug Version number for UPSERT
1 parent c8d9a4a commit ff61c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/driver_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ func TestInsert(t *testing.T) {
319319

320320
func TestUpsert(t *testing.T) {
321321
_, n, _ := Version()
322+
fmt.Printf("Version: %d\n", n)
322323
if !(n >= 3024000) {
323324
t.Skip("UPSERT requires sqlite3 => 3.24.0")
324325
}

0 commit comments

Comments
 (0)