| Message: 96596 |
 |
BY: Kubo Takehiro (kubo) DATE: 2011-06-08 03:58 SUBJECT: RE: Exception with DATE columns in Oracle 11g I'll change ruby-oci8 not to use TIMESTAMP WITH TIMEZONE type for DATE, TIMESTAMP and TIMESTAMP WITH LOCAL TIMEZONE columns.
It will be ruby-oci8 2.1.
The future plan is:
- Release 2.0.5
- Drop Oracle 8i support to make ruby-oci8 simple.
- Change ruby-oci8 to use TIMESTAMP type for DATE, TIMESTAMP and TIMESTAMP WITH LOCAL TIMEZONE columns.
- Release 2.1.0
After that, you can fetch TIMESTAMP columns, excluding TIMESTAMP WITH TIMEZONE, from Oracle even though client and server timezone versions are different.
| |