Add support for EXTRACT time/date function.
This commit is contained in:
parent
bc776f947b
commit
2101088d0e
15 changed files with 222 additions and 14 deletions
|
|
@ -380,6 +380,6 @@ func TestInsertWithExecContext(t *testing.T) {
|
|||
time.Sleep(10 * time.Millisecond)
|
||||
|
||||
testutils.ExecuteInTxAndRollback(t, db, func(tx *sql.Tx) {
|
||||
testutils.AssertExecContextErr(t, stmt, ctx, tx, "context deadline exceeded")
|
||||
testutils.AssertExecContextErr(ctx, t, stmt, tx, "context deadline exceeded")
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue