Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: Git Master
-
Fix Version/s: Git Master
-
Component/s: Tools
-
Security Level: All
-
Labels:None
Description
PULL REQUEST: https://github.com/doctrine/doctrine2/pull/27
After upgrading from a Doctrine 2.0 RC to final version, I noticed a failure when using doctrine orm:schema:create:
[Doctrine\DBAL\Schema\SchemaException]
There is no column with name '_id' on table 'subuser'.
Since this worked before the upgrade, I investigated and found a new line of code that was attempting to get a column using the class identifier property name (_id) rather than the mapped column name (user_id). Please see patch.
Activity
David Deller
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | Tools [ 10015 ] | |
| Component/s | ORM [ 10012 ] |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Duplicate [ 3 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 12300 ] | jira-feedback [ 14733 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 14733 ] | jira-feedback2 [ 16597 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 16597 ] | jira-feedback3 [ 18850 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-985, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
This is a duplicate of a previous issue and is fixed in master.