Re: [Rife-users] DB Date type question

2007-04-24 Thread David HM Spector
ah.. OK. Of course, I am being lazy and letting the CRUD system manage table creation. :) It would be nice to have as part of the constraints though... Am I correct in presuming that if the tables are already in place, setting the column to include the timzezone attribute by hand

Re: [Rife-users] DB Date type question

2007-04-24 Thread Geert Bevin
On 24 Apr 2007, at 16:00, David HM Spector wrote: ah.. OK. Of course, I am being lazy and letting the CRUD system manage table creation. :) It would be nice to have as part of the constraints though... Can you file a Jira? Am I correct in presuming that if the tables are already in

[Rife-users] DB Date type question

2007-04-23 Thread David HM Spector
I've noticed that not matter what kind of Date type I create (java.util.Date or java.util.Calendar) I never get dates types in my DB (Postgres) that are listed has having a timezone component... Is there something special I have to do to get RIFE to create a date column with the timezone..?