Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bvinc committed Sep 17, 2018
1 parent f8f3f33 commit e4510c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Most database drivers include a layer to work nicely with the Go `database/sql`

## Releases

* 2018-09-16 **v0.3.1** - Forgot to update sqlite3.h
* 2018-09-16 **v0.3.0** - SQLite version 3.25.0
* 2018-09-14 **v0.2.0** - Proper error and NULL handling on Column* methods. Empty blobs and empty strings are now distinct from NULL in all cases. A nil byte slice is interpreted as NULL for binding purposes as well as Column* methods.
* 2018-09-01 **v0.1.2** - Added Column methods to Stmt, and WithTx methods to Conn
Expand Down

0 comments on commit e4510c9

Please sign in to comment.