-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #603 #604
Closed
Closed
Fix #603 #604
Commits on Feb 14, 2013
-
A test case that proves a strange behavior.
TestSuite output: $ phpunit test/testsuite/misc/MoreRelationTest.php PHPUnit 3.7.13 by Sebastian Bergmann. Configuration read from /Users/marc/Propel/phpunit.xml.dist F Time: 0 seconds, Memory: 18.75Mb There was 1 failure: 1) MoreRelationTest::testContentsDeletion We assigned a collection of only one item. Failed asserting that 4 matches expected 1. /Users/marc/Propel/test/testsuite/misc/MoreRelationTest.php:97 FAILURES! Tests: 1, Assertions: 2, Failures: 1.
MArcJ committedFeb 14, 2013 Configuration menu - View commit details
-
Copy full SHA for 35dfd06 - Browse repository at this point
Copy the full SHA 35dfd06View commit details
Commits on Feb 15, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0fe5e3e - Browse repository at this point
Copy the full SHA 0fe5e3eView commit details -
MArcJ committed
Feb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for ebf84cd - Browse repository at this point
Copy the full SHA ebf84cdView commit details -
Added new method
isAtLeastOneForeignPrimaryKey
and `getForeignPrima……ryKeys` at class ForeignKey and use it in the PHP5ObjectBuilder to check whether we have to backup the data of the relation entries to be able to manipulate it later. Added these methods because `isForeignPrimaryKey` returns only true if _all_ foreign columns are pks, which is not useful in this case.
MArcJ committedFeb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 06f4873 - Browse repository at this point
Copy the full SHA 06f4873View commit details -
Use clone instead of
unserialize(serialize
. Added another test that…… proves that 'onDelete=setnull' works, too.
MArcJ committedFeb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 0f1bcbc - Browse repository at this point
Copy the full SHA 0f1bcbcView commit details -
MArcJ committed
Feb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 604222c - Browse repository at this point
Copy the full SHA 604222cView commit details -
MArcJ committed
Feb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 456fe80 - Browse repository at this point
Copy the full SHA 456fe80View commit details -
MArcJ committed
Feb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for bb9ae3d - Browse repository at this point
Copy the full SHA bb9ae3dView commit details -
Merge remote-tracking branch 'origin/relation-bug' into relation-bug
MArcJ committedFeb 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 015ac3a - Browse repository at this point
Copy the full SHA 015ac3aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.