-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed race condition in PRE_SAVE of the sql persister and fixed relat…
…ion methods Use setExpression instead of PhpConstant for default values in parameters. SaveEvent does not have separation of entity state anymore (instead of update/insert, we have both in an array)
- Loading branch information
Showing
39 changed files
with
252 additions
and
359 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
src/Propel/Generator/Behavior/AggregateField/templates/objectCompute.php
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/Propel/Generator/Behavior/AggregateField/templates/objectUpdate.php
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/Propel/Generator/Behavior/AggregateField/templates/objectUpdateRelated.php
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/Propel/Generator/Behavior/AggregateField/templates/queryFindRelated.php
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/Propel/Generator/Behavior/AggregateField/templates/queryUpdateRelated.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.