Hello. I'm trying to save new rows in a table with a virtual column. Although I never try to set the column value (obviously), it is failing when I create/save: "Sequel::DatabaseError: OCIError: ORA-54013: INSERT operation disallowed on virtual columns". At first look it would appear as though the SQL might be trying to insert a null into the pseudo-column. I'm rather new to Sequel, and I imagine there's a way around it, but I couldn't find an answer on my own. Sequel is a Tremendous piece of work, btw. Thanks for any ideas you can offer.
-- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
