ID: 34211
Updated by: [EMAIL PROTECTED]
-Summary: Allow for data type "TIMESTAMP(0) WITH LOCAL TIME
ZONE"
Reported By: kurtb149 at yahoo dot com
-Status: Open
+Status: Assigned
-Bug Type: OCI8 related
+Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 6CVS-2005-08-22 (CVS)
-Assigned To:
+Assigned To: tony2001
New Comment:
reclassified
Previous Comments:
------------------------------------------------------------------------
[2005-08-22 19:11:40] kurtb149 at yahoo dot com
Description:
------------
In the file:
ext/pdo_oci/oci_statement.c
the function oci_stmt_describe() does not allow for the
data type "TIMESTAMP(0) WITH LOCAL TIME ZONE". Here is the diff of an
updated oci_statement.c that would allow for the data type:
$ cvs diff oci_statement.c
Index: oci_statement.c
===================================================================
RCS file: /repository/php-src/ext/pdo_oci/oci_statement.c,v
retrieving revision 1.16
diff -r1.16 oci_statement.c
407a408,410
> #ifdef SQLT_TIMESTAMP_LTZ
> || dtype == SQLT_TIMESTAMP_LTZ
> #endif
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=34211&edit=1