mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
@@ -3,6 +3,7 @@ package tests
|
||||
import (
|
||||
"encoding/json"
|
||||
"math"
|
||||
"math/bits"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
@@ -617,6 +618,9 @@ func TestStmt_ColumnTime(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestStmt_Error(t *testing.T) {
|
||||
if bits.UintSize < 64 {
|
||||
t.Skip("skipping on 32-bit")
|
||||
}
|
||||
t.Parallel()
|
||||
|
||||
db, err := sqlite3.Open(":memory:")
|
||||
|
||||
Reference in New Issue
Block a user