Skip to content

Commit

Permalink
Merge pull request #111 from doug-martin/v7.4.0-rc
Browse files Browse the repository at this point in the history
v7.4.0
  • Loading branch information
doug-martin authored Jul 24, 2019
2 parents d8c6c7a + b1d5d47 commit 4190746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v7.4.0

* [FIXED] literalTime use t.UTC() , This behavior is different from the original sql.DB [#106](https://github.com/doug-martin/goqu/issues/106) - [chen56](https://github.com/chen56)
* [ADDED] Add new method WithTx for Database [#108](https://github.com/doug-martin/goqu/issues/108) - [Xuyuanp](https://github.com/Xuyuanp)

## v7.3.1

* [ADDED] Exposed `goqu.NewTx` to allow creating a goqu tx directly from a `sql.Tx` instead of using `goqu.Database#Begin` [#95](https://github.com/doug-martin/goqu/issues/95)
Expand Down

0 comments on commit 4190746

Please sign in to comment.