1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-06-16 23:57:35 +02:00

update and test query whitespace stripping

This commit is contained in:
gedi
2014-02-07 15:04:47 +02:00
parent 6f1be66c43
commit af59e07d27
4 changed files with 32 additions and 7 deletions

View File

@ -116,4 +116,3 @@ func (c *conn) Query(query string, args []driver.Value) (driver.Rows, error) {
return eq.rows, nil
}