Skip to content

Commit

Permalink
remove support for deprecated notify change tracking policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jan 16, 2024
1 parent 48a3243 commit 37dd792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,8 @@ Can be one of the following options:

* `DEFERRED_IMPLICIT` - Compare properties during commit (default). Convenient, but not good for performance.
* `DEFERRED_EXPLICIT` - Scan only entities marked for change detection. Better performance, but no dirty checking.
* `NOTIFY` - Assume that entities inform listeners about their changes.

The generator transforms these values to the corresponding implementation as is. For `notify` the generator creates according notification calls within the entity setter methods.
The generator transforms these values to the corresponding implementation as is.

#### Entity lock type

Expand Down
3 changes: 2 additions & 1 deletion bundles/de.guite.modulestudio.help/doc/98-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Removed support for example data.
* Removed support for authentication method skeletons.
* Removed external controller and finder in favor of form-based relations.
* Removing array fields and object fields (deprecated in DBAL 3.4) - simple array and JSON array fields are still available.
* Removed array fields and object fields (deprecated in DBAL 3.4) - simple array and JSON array fields are still available.
* Replaced `displayType` and `visible` properties by dedicated flags `visibleOnIndex`, `visibleOnDetail`, `visibleOnNew`, `visibleOnEdit` and `visibleOnSort`.
* Added `role` attribute to larger text fields which allows to distinguish plain text from coding languages and WYSIWYG editing.
* Added `useAutoCompletion` flag for list fields.
Expand All @@ -30,6 +30,7 @@
* Added support for fulltext indexes.
* Removed `TABLE` identifier strategy and added `ULID` instead.
* Reduced `slugLength` default and max value from 255 to 190 for better `utf8mb4` compatibility.
* Removed support for `notify` change tracking policy which is deprecated and will be removed in Doctrine ORM 3.0.

### Generator changes

Expand Down

0 comments on commit 37dd792

Please sign in to comment.