github.com/RevenueMonster/sqlike@v1.0.6/CHANGELOG.md (about) 1 # Change Log 2 3 ## 2021 Apr 20 4 5 - Allow user to define namespace, override the size, charset and collate for `*types.Key` 6 - Introduce new api for collation 7 - `NewNameKey` now using `ksuid` instead of `uuid` 8 9 ## 2020 Jan 31 10 11 ### Fixed :bug: 12 13 - Fix `ModifyOne` should failed when affected rows is zero 14 - Add `primary_key` tag support for `ModifyOne` 15 16 ## 2020 Jan 29 17 18 ### Feature :pill: 19 20 - Add support for `primary_key` tag 21 22 ## 2019 Jul 29 23 24 - `jsonb` unmarshal bug on data type array `[]` 25