Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
isqijing committed Apr 23, 2024
1 parent 3794680 commit 2b84310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_test/junfenghe/types/blob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestBlob(t *testing.T) {
if err != nil {
t.Error(err)
}
_, err = db.Exec(fmt.Sprintf("create table %s(id integer,c1 blob)", t.Name()))
_, err = db.Exec(fmt.Sprintf("create table %s(id integer,c1 blob, primary key(id))", t.Name()))
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 2b84310

Please sign in to comment.