1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-11-29 21:57:41 +02:00

implements named arguments support and adds delay expectation for context deadline simulation

This commit is contained in:
gedi
2017-02-06 14:38:57 +02:00
parent 55ecc5a333
commit d11f623794
4 changed files with 191 additions and 24 deletions

5
sqlmock_go18.go Normal file
View File

@@ -0,0 +1,5 @@
// +build go1.8
package sqlmock
// @TODO context based extensions