Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Please add support for the types of time with timezone and timestamp with timezone in the Doctrine when using PostgreSQL.
Activity
Alex Potter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | Timestampable.php.diff [ 11311 ] |
Alex Potter
made changes -
| Attachment | template.diff [ 11312 ] |
Alex Potter
made changes -
| Attachment | Timestampable.php.diff [ 11311 ] |
Alex Potter
made changes -
| Attachment | template.diff [ 11312 ] |
Alex Potter
made changes -
| Attachment | timestampable.diff [ 11313 ] |
Alex Potter
made changes -
| Comment | [ This is a patch against the template. ] |
Alex Potter
made changes -
| Comment | [ Add support for postgresql timestamp with timezone ] |
Alex Potter
made changes -
| Comment | [ Patch Timestampable template and listener to create and maintain timestamp with timezone in postgresql. ] |
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=DC-396, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
I came across this problem because I prefer to store timezone information instead of local dates.
I believe this is resolved by the attached patch, which patches the Timestampable template and it's listener to create and maintain 'timestamp with timezone' in Postgresql.