Add new typesafe SET operator for UPDATE statement.

This commit is contained in:
go-jet 2020-05-09 10:49:09 +02:00
parent a4b4710637
commit ebcbadef24
11 changed files with 269 additions and 123 deletions

View file

@ -117,7 +117,7 @@ func AssertDebugStatementSql(t *testing.T, query jet.Statement, expectedQuery st
}
debuqSql := query.DebugSql()
assert.Equal(t, debuqSql, expectedQuery)
require.Equal(t, debuqSql, expectedQuery)
}
// AssertSerialize checks if clause serialize produces expected query and args