Skip to content

v1.8.7

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 14:51
· 38 commits to main since this release

Change log

  1. Modify the returned ID type, it will affect the ID types of GetByID and List for ⓵Create web service based on sql, which are consistent with the ID types in the database.

Warning: If you are using code for ⓵Create web service based on sql before v1.8.6, do not modify the sponge version under go.mod and upgrade to v1.8.6 or above. Otherwise, the List interface will return empty data because the original size field has become invalid (replaced by limit field).