forked from doctrine/orm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from original #1
Merged
Merged
Conversation
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
Minor grammatical corrections
[DDC-3152] Fix redeclaration of methods on entity generation update
Fix typo in exception message
…stallation for now (unrecognized console flags)
It broke the LaTeX build.
Drop Unicode character
fix spacing for yaml example
Added test for [DDC-3170] (http://www.doctrine-project.org/jira/browse/DDC-3170)
Added fix for [DDC-3170] (http://www.doctrine-project.org/jira/browse/DDC-3170). When querying a simple entity which uses single table- or class table inheritance using simple object hydration (``AbstractQuery::HYDRATE_SIMPLEOBJECT``), the mapped discriminator column was not retrieved correctly. If the column got an alias during result set mapping other than it's actual name (e.g. ``type34`` insteaad of ``type``) than this alias wasn't reverted when retrieving the discriminator column from the SQL result set.
[DDC-3170] SimpleObjectHydrator fails to get discriminator column from mapped SQL result
remove on-update from join-column
[DDC-3160] Alternate fix for DDC-2996 bug
Removing Value Objects from limitations
possible fix for DDC-2021
Fixes DDC-3192 Refs DDC-2494 This is essentially a fix from DDC-2494 applied to SQLWalker. The issue: type was not converted to PHP value when the result is fetched by executing DQL query rather than using entity manager's findX(). Similar issue for BasicEntityPersister (which is used when em's findX is executed) was fixed in DDC-2494, but SQLWalker made the issue valid for any custom query.
…walker Add missing type mapping
Add fullstop and newline after property description.
Add documentation for the `HIDDEN` keyword in DQL
The exception was reading ``` A detached entity was found during {removed|persisted} [entityName] ``` I changed the verbs to infinitive now. Alternatively, the text in ``ORMInvalidArgumentException::detachedEntityCannot`` could also be changed to read ``` Detached entity [entityName] cannot be {removed|persisted} ```
added more informative error messages when invalid parameter count
[DDC-3073] Add documentation about how to map column options
Update advanced-field-value-conversion-using-custom-mapping-types.rst
Remove the error control operator
Fix the composer autoload paths for the doctrine CLT
Use `null` comparation instead of `is_null()`
Previous code example did not flush all entities when entity count was not a multiple of batch count.
Fix bulk insert code example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.