It was a guess. And after a few greps over the source code, I'm not a lot wiser.
If someone is curious enough to run an insert under debugger the methods which should watched seem to be Table#validateConvertUpdateSequence & Column#validateConvertUpdateSequence Regards On Thu, Aug 29, 2013 at 7:02 PM, Laird Nelson <[email protected]> wrote: > On Thursday, August 29, 2013 11:39:49 AM UTC-4, Vasile Rotaru wrote: > >> My understanding is that the value of a computed column is set before the >> actual insertion. >> > The documentation says: "The formula is evaluated when the row is > inserted, and re-evaluated every time the row is updated." > > Since the _ROWID_ column would be changed on every row update, I would > expect my computed column to reflect this change. No? > > Best, > Laird > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" 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/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- Vasile Rotaru -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
