Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.3.1
-
Fix Version/s: None
-
Component/s: Platforms
-
Labels:
-
Environment:PostgreSQL Database
Description
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
The function:
getDateTimeTzFormatString()
only returns one datetime format:
/**
* {@inheritDoc}
*/
public function getDateTimeTzFormatString()
{
//return 'Y-m-d H:i:sO'; // original format
return 'Y-m-d H:i:s.uO'; // format also needed
}
Here is the error I get using the original format:
Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O
If I use this format: 'Y-m-d H:i:s.uO' it works.
Activity
Phill Pafford
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php The function: getDateTimeTzFormatString() only returns one datetime format: /** * {@inheritDoc} */ public function getDateTimeTzFormatString() { //return 'Y-m-d H:i:sO'; // original format return 'Y-m-d H:i:s.uO'; // format also needed } Here is the error I get using the original format: Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O If I use this format: 'Y-m-d H:i:s.uO' it works. |
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php The function: getDateTimeTzFormatString() only returns one datetime format: <pre><code> /** * {@inheritDoc} */ public function getDateTimeTzFormatString() { //return 'Y-m-d H:i:sO'; // original format return 'Y-m-d H:i:s.uO'; // format also needed } </code></pre> Here is the error I get using the original format: Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O If I use this format: 'Y-m-d H:i:s.uO' it works. |
Fabio B. Silva
made changes -
| Description |
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php The function: getDateTimeTzFormatString() only returns one datetime format: <pre><code> /** * {@inheritDoc} */ public function getDateTimeTzFormatString() { //return 'Y-m-d H:i:sO'; // original format return 'Y-m-d H:i:s.uO'; // format also needed } </code></pre> Here is the error I get using the original format: Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O If I use this format: 'Y-m-d H:i:s.uO' it works. |
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php The function: getDateTimeTzFormatString() only returns one datetime format: {code} <pre><code> /** * {@inheritDoc} */ public function getDateTimeTzFormatString() { //return 'Y-m-d H:i:sO'; // original format return 'Y-m-d H:i:s.uO'; // format also needed } </code></pre> {code} Here is the error I get using the original format: Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O If I use this format: 'Y-m-d H:i:s.uO' it works. |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Invalid [ 6 ] |
Phill Pafford
made changes -
| Description |
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php The function: getDateTimeTzFormatString() only returns one datetime format: {code} <pre><code> /** * {@inheritDoc} */ public function getDateTimeTzFormatString() { //return 'Y-m-d H:i:sO'; // original format return 'Y-m-d H:i:s.uO'; // format also needed } </code></pre> {code} Here is the error I get using the original format: Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O If I use this format: 'Y-m-d H:i:s.uO' it works. |
In:
- vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php The function: getDateTimeTzFormatString() only returns one datetime format: {code} /** * {@inheritDoc} */ public function getDateTimeTzFormatString() { //return 'Y-m-d H:i:sO'; // original format return 'Y-m-d H:i:s.uO'; // format also needed } {code} Here is the error I get using the original format: Could not convert database value "2012-12-07 16:01:52.580789-05" to Doctrine Type datetimetz. Expected format: Y-m-d H:i:s.O If I use this format: 'Y-m-d H:i:s.uO' it works. |
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-397, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
adding html tags for code to display correctly