Skip to content
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 78 commits into from
Jul 31, 2014
Merged

Update from original #1

merged 78 commits into from
Jul 31, 2014

Conversation

simonharris
Copy link
Owner

No description provided.

bakura10 and others added 30 commits May 17, 2014 12:54
Minor grammatical corrections
[DDC-3152] Fix redeclaration of methods on entity generation update
…stallation for now (unrecognized console flags)
It broke the LaTeX build.
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
Ocramius and others added 28 commits July 6, 2014 16:07
[DDC-3160] Alternate fix for DDC-2996 bug
Removing Value Objects from limitations
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.
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.
simonharris added a commit that referenced this pull request Jul 31, 2014
@simonharris simonharris merged commit bf91d03 into simonharris:master Jul 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.