Skip to content

v4.6.0

Compare
Choose a tag to compare
@stanislas-m stanislas-m released this 06 Jul 18:30
· 540 commits to main since this release

Changelog

d450dce Merge branch 'development'
51a3a41 Improve MySQL collation test cases (#162)
755b893 Add string ID support for Create (#163)
2cc5a84 Fix MySQL collation parsing from DSN (#159)
ad2320c Improve Travis conditions (DB create & migrate only for current dialect) (#160)
9ed63a7 Fix Fizz model generator (#158)
55acd22 Merge master into development (#157)
0b6e9f8 Fix linting issues and add console warning for deprecations (#153)
40f7185 Fix #151: ensure the migration file name starts with a number (#152)
efd33a6 Merge master into development (#147)
f7b3819 Fix #21: Handle encoding for MySQL (#135)
8b870c4 [Fix] load all inner associations for every element when loading with All query method (#124)
05d10c2 Fix #66: Double schema.sql and different env behavior (#133)
86b19b0 Add the reset command (#120)
77d61d8 Merge master into development (#131)
1098ad4 Generify LoadSchema (at least for MySQL and PostgreSQL for the moment) (#127)
d8ba1ae Migrate MySQL LoadSchema to not depend on native client (#125)
4bfc562 added test for eager for rawquery, fix rawquery to include paginator (#98)
0a83b31 Flip brackets and parens on ActiveRecord link (#121)
232efba Fix gometalinter issues (#117)
c1671b2 adds a go.mod file (#115)
478a425 use capital letters for docker keyword (#119)
17a9e8a Require that file names end in .sql or .fizz (#118)
3262cc1 Sets attribute generator to use the provided form instead of singularized form (#113)
9d26c1b Replace SQL COUNT call for Exists with SQL EXISTS (#108)
00008ec adding doc to Clone (#107)
8dfd632 Setup for development