Commit graph

12 commits

Author SHA1 Message Date
go-jet
f20bf50879 Support additional unmarshal formats.
- Additional time formats supported
- Support for hex format binary string unmarshal
- Support for base64 format with prefix
- Support for unmarshalling "0" and "1" to boolean value
2025-02-22 18:28:25 +01:00
go-jet
c93c9f2888 Add encoding/json from standard library 2025-02-21 19:58:26 +01:00
go-jet
7b16e432ff Add support for SELECT_JSON statements. 2025-02-21 19:55:01 +01:00
go-jet
8864667f47 Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
go-jet
5d742837f1 Use testify/require instead of testify/assert for tests. 2020-05-09 11:00:22 +02:00
go-jet
3efbb0ccd9 Replace gotest.tools with github.com/stretchr/testify. 2020-02-11 10:25:13 +01:00
go-jet
f5287628aa Improve code coverage. 2019-09-20 13:55:07 +02:00
go-jet
0ab25e4464 Update CircleCI to support MySQL 2019-08-08 17:13:20 +02:00
go-jet
a2ee0155ac Remove unused code. 2019-07-19 16:19:20 +02:00
go-jet
733614d245 QueryContext and ExecContext function parameters reorder. 2019-07-19 10:40:30 +02:00
go-jet
b927769d5a Add Go report card. 2019-07-18 18:51:13 +02:00
go-jet
950663dadb Improve database to golang name mapping. 2019-07-03 16:27:14 +02:00