Hi folks, since I have the same problem, could you send me the changes as well. I have a look if we can properly patch village
Thanks in advance Siegfried Goeschl [EMAIL PROTECTED] -----Original Message----- From: Jan-Martin Roth [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 4:45 PM To: Apache Torque Users List Subject: Re: Dates in Oracle with hour, minute... Hi Felipe, the cause seems to be the 9i JDBC-driver that has a problem with the time-component of DATE-values. (Oracle 8i JDBC driver does fine.) The problem is, that oracle returns DataType 91 (DATE) instead of 93 (Timestamp). Therfore in the workindogs-classes the time of the day is ignored afterwards. We have put a work-around in the com.workingdogs classes in torque-utils.jar I will mail a library workingdogs.jar to your mail-adress. Try that (and remove the corresponding classes from torque-utils.jar!). Best regards, hasta luego! Jan-Martin Roth Dipl.Math. Jan-Martin Roth [EMAIL PROTECTED] media transfer AG Dolivostr. 11 D-64293 Darmstadt Tel. +49 6151 8193 20 Fax +49 6151 8193 41 Web: http://www.mtg.de Felipe Ramos schrieb: > Hi all!! > > I need to save in my Oracle 9i not only de year-month-day but the hour, > minute.... If I use the type DATE or TIMESTAMP in the column of the > schema.xml, Torque save only the year-month-date What am I missing? > What's my mistake? > Thank you very much! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
