This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
- the
UsersTable
belongs toUsersGroups
and no longer toGroups
(the name of the association has changed). This
avoids using a reserved word for mysql. The property name (group
) remained unchanged; assertSqlEndsWith()
andassertSqlEndsNotWith()
methods have been replaced withassertStringEndsWith()
and
assertStringEndsNotWith()
. ThequoteIdentifiers
option for tests has been disabled;- requires
axllent/jquery
and no longercomponents/jquery
; - updated for me-tools 2.24.1.
What's Changed
- the
UsersTable
belongs toUsersGroups
and no longer toGroups
(… by @mirko-pagliai in #307 - Develop quotes by @mirko-pagliai in #308
- Develop by @mirko-pagliai in #309
- added conflict package by @mirko-pagliai in #310
Full Changelog: 2.32.1...2.32.2