Add support for prepared statements caching.
This commit is contained in:
parent
4bb9775134
commit
5f220569dd
20 changed files with 591 additions and 134 deletions
|
|
@ -69,7 +69,7 @@ func TestDeleteContextDeadlineExceeded(t *testing.T) {
|
|||
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Microsecond)
|
||||
defer cancel()
|
||||
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
time.Sleep(20 * time.Millisecond)
|
||||
|
||||
testutils.ExecuteInTxAndRollback(t, sampleDB, func(tx qrm.DB) {
|
||||
var dest []model.Link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue