Is there anyway I can remove column from insert/update? any help?

On Wednesday, February 13, 2013 at 12:57:48 PM UTC+2, Mohammad ZeinEddin 
wrote:
>
> I have Doctrine 2 Entity mapped to Oracle DB table, and this table has an 
> auto generated ID column by some trigger, so I want to do insert data 
> without the ID column, how can I make it something like read only column? 
> i.e. not including it in the insert? I know I can do a custom generate 
> strategy for ID, but I just want it to be handled by the DB, and I want to 
> be able to read it... any thoughts how to do that?
>

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to