With my own O/R mapping, I used to have read-only columns with special default values, like a "created_at" column with the creation date of each row of a table.

I created the row on MySQL with INSERT INTO table ( ..., ? ) VALUES ( ..., NOW()).

Is there any way to supply database functions in order to initialize default values with OJB?

Regards,

Andreas


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to