[Lift] Re: Testing Help for Oracle?

2009-03-04 Thread Derek Chen-Becker
The column type for the MappedDateTime is TIMESTAMP by default, so it should save hour, minute, second, etc. Are you using an existing schema or using Schemifier to generate it? If it's the latter, can you provide a code snippet showing where you set the timestamp on your mapper instance? As for

[Lift] Re: Testing Help for Oracle?

2009-03-02 Thread Viktor Klang
Doesn't Oracle use Sequences? On Mon, Mar 2, 2009 at 6:42 PM, Derek Chen-Becker dchenbec...@gmail.comwrote: This sounds like a bug. I'm guessing that you mean the object's primary key field isn't updated after save, correct? According to the docs:

[Lift] Re: Testing Help for Oracle?

2009-03-02 Thread Derek Chen-Becker
It does, but according the their JDBC compatibility page (link below), the JDBC driver should support getGeneratedKeys. Derek On Mon, Mar 2, 2009 at 11:41 AM, Viktor Klang viktor.kl...@gmail.comwrote: Doesn't Oracle use Sequences? On Mon, Mar 2, 2009 at 6:42 PM, Derek Chen-Becker

[Lift] Re: Testing Help for Oracle?

2009-03-02 Thread Derek Chen-Becker
I downloaded Oracle XE 10 this weekend and set up a VM to run it on. If I can get some work on the book done I'm going to try to get it set up and then I can do some more direct troubleshooting to verify that the Mapper support for Oracle is all functional. Derek On Mon, Mar 2, 2009 at 12:03 PM,