Skip to content

v1.5.2

Latest
Compare
Choose a tag to compare
@hultberg hultberg released this 12 Feb 13:40
v1.5.2
bd3fac1

Bug fixes

Support virtual relationship attributes for OneToOne or ManyToOne. For instance a OneToOne relationship from users to users_data where the primary key of users_data is the user_id itself. The users table do not need a property for users_data_id since it's the ID column.

Full Changelog: v1.5.1...v1.5.2