Releases: swiftcarrot/queryx
Releases · swiftcarrot/queryx
v0.1.12
Merge pull request #21 from swiftcarrot/cgo cgo
v0.1.11
Changelog
- 81727db Update readme zh
- 55323b6 Update readme zh
- 7c71ff8 add adapter.Config
- 01bddc3 add json type in test hcl
- b50e606 bump version
- 18e41a6 donot generate tests files by default; generate type on demand
- 218bdc9 json type suppport in sqlite
- eb4de59 rm debug print
- cae0ed5 sqlite schema fix
- 7a14b32 sqlite time type fix
- 5f3abff update readme
v0.1.10
v0.1.9
v0.1.8
v0.1.7
Changelog
- acd20f0 TestPostgreSQLWithoutPrimaryKey
- 421df75 TestTableWithoutPrimaryKey
- 2aa1f98 adapter rebind testing
- 5cff3c7 adapter兼容sqlite
- 07c1e4d add TestCreateEmpty
- fe665a0 add TestFind and TestFirst in client test
- abe8a41 add TestSelect
- 45cfcf5 add build github action
- 094baef add postgresql.hcl back
- 9ade546 add sqlite testing
- 2113244 add stringer testing
- ba832f6 bump version
- 63a316d create mysql schema from database
- 301ab2e fix TestPostgreSQLWithoutPrimaryKey
- cde5bed fix insert with empty values
- 346eb9e fix mysql service in github action
- 845b655 fix pr
- 30dc154 generator load templates by adapter
- b9ed936 improve belongs_to support
- 10a07eb insert statement with empty values
- 9bfa28e more sql builder test
- 8f9ae76 mysql driver fix
- a325fa6 mysql添加用户,密码
- b6185d4 mysql连接指定时区
- 8ebfaa6 rebind in adapter
- 13110ba remove query methods in model
- 7065353 rename NewMySQLAdapter
- 79ec0e6 sqlite添加uuid,bigint类型支持;修复queryx db:migrate
- 8a19d36 test for model without a primary key
- d5e9eb2 try to fix goreleaser
- 30cfbe1 update String() and test
- 740e8e0 update mysql data types in CreateMySQLSchema
- a079504 update readme
- 5161a9d update test hcl
- 7aa825d 修复mysql时间精度,time类型格式错误
- 50bd3e2 兼容mysql
- 7096298 兼容sqlite
- 56ea7eb 实现空insert
- 36d699b 撤回create修改
- e48f9e1 撤回mysql url
- c147ff1 替换空格
- 17c2f6e 空格符替换
- ac170d5 空格符替换
- 17f86cc 统一exec()接口
- 0982b21 解决mysql关键字冲突
- f2e2ebd 调整格式
v0.1.6
v0.1.5
Changelog
- 5763d79 JSON for queryx.Integer
- 6a88b11 JSON for queryx.Integer
- fd65044 JSON support for queryx.Datetime
- c681779 JSON support for queryx.Datetime
- a7407cc add TestHasManyEmpty
- 4da1124 add TestInEmptySlice
- c72f4d5 add badges to readme
- 4031468 add er diagrams for association in readme
- a8b7e99 add test
- 361e5fe bump version
- 482d5cc create client with init() in integration test
- 42e47e2 datetime timezone support
- 8649ad8 datetime timezone support
- 1c830e8 datetime utc in json
- de4c4ca fix NewNullableJSON
- 45be423 fix NewNullableJSON
- 3d06a83 fix TestHasManyEmpty
- 464dece fix action
- 715adb0 fix bigint json and testing
- 21fbab8 fix float
- 27391a2 fix test for query methods
- 420e353 fmt
- 60740e2 fmt
- 5b8098e fmt templates
- c7439e1 fmt tmpl
- 1cd60d2 get release by tag in install.sh
- 03010fb json.Unmarshal => t.UnmarshalJSON
- a6391a1 model associations with json tag
- a0af23d more type fix
- c6f5f77 more type testing
- 93b593d remove unused methods in inflect
- e11cffd rename class_name to model_name
- 0166035 rm comments
- ea2a835 rm docs
- 3ac27b2 set linguist to go for gotmpl
- a6a6f1a support custom class_name and foreign_key in belongs_to
- 3dfa416 update TestDatetimeValue
- d637885 update UnmarshalJSON
- 74a6514 update UnmarshalJSON
- 906bd06 update datetime_test
- 8c56ca5 update datetime_test
- e467786 update for github linguist
- 256e2e8 update github linguist
- 7eac863 update readme
- d40cdd6 update readme
- 0988474 update readme
- 6c005a8 update test
- bf75d52 update test
- 0a472b0 update test
- 66e5381 删除多余包
- cbba17a 实现字段排序
- b253e69 添加marshal,Unmarshal的实现已经测试
- ea25728 添加各类型的测试
- 52f670a 添加测试用例
- 570d7d2 添加测试用例