Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Invalid
-
Affects Version/s: 2.0.0-BETA2
-
Fix Version/s: None
-
Component/s: Platforms
-
Labels:None
-
Environment:PostgreSQL 8.4.x
Description
On reverse engineering one of my PostgreSQL apps, I noticed a few datatypes that weren't recognised in ..
Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
tsvector (treat as string?)
cidr (treat as string?)
_int4 (treat as integer?)
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Invalid [ 6 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 11506 ] | jira-feedback2 [ 17641 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17641 ] | jira-feedback3 [ 19996 ] |
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=DBAL-23, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Can you link me with information on each of these types?
You can hook them in yourself by using the "registerDoctrineMappingType" method on the Database Platform instance.