v6.0.7
What's Changed
- fix: make disableEager not trigger the race detector by @zepatrik in #746
- log SQL for association query by @schparky in #686
- Make slices.Map UnmarshalJSON a pointer receiver by @naemono in #655
- added test cases for slices.Map (for #655) by @sio4 in #769
- cleanup testing stuff by @sio4 in #767
- fixed url handling with reserved characters (fixes #402) by @sio4 in #774
- catch panic within transaction to complete rollback (fixes #748) by @sio4 in #775
- fixed replacing bug on WHERE IN statement (fixes #778) by @sio4 in #779
- fix missing Where in eager creation method by @sio4 in #780
- removed mysqldump option
--column-statistics
to make it compatible with 5.7 by @sio4 in #776 - fix Connection.Close() to reset the store by @sio4 in #781
- made default logger to print output to stderr instead of stdout by @sio4 in #782
- made the 'version' column primary key to fix #659 by @sio4 in #783
- fixed delete + where in issue on mysql (#699) by @sio4 in #784
- fixed concurrent map write issue on ConnectionDetails.Options (#577) by @sio4 in #785
- prevent empty query to be executed by @sio4 in #786
- updated README, SHOULDERS, and module dependencies by @sio4 in #787
New Contributors
Full Changelog: v6.0.6...v6.0.7