Hi

I am adding users to Turbine_User table, and would like to record the times this was 
done. However, I can't get the timestamp fields updated on TurbineUser. My code is as 
follows for eg the update of the LASTLOGIN column (btw, User.LAST_LOGIN = "LAST_LOGIN" 
and not "LASTLOGIN" which is the column name - I think this is a bug?):

user.setPerm("LASTLOGIN", new Date())

Saving this user does not update this column. Neither does:

user.setPerm("LASTLOGIN", new Timestamp(System.currentTimeInMillis()))

I have written test code where I was able to execute a standard Insert statement into 
a table with timetamps using JDBC.

Has anyone got any idea what I am doing wrong (or is this a bug in security).

I am using Interbase V6.0 as my database.

tia

Chris



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to