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 调整格式