Description[sql] Complain about statement mutations after stepping has started.
DCHECK if any Bind*() calls occur after Step() has been called. The
bind cannot be implemented at that point, so most likely the calling
code has an error, such as a forgotted Reset().
Also DCHECK if Run() is called after Run() or Step() without an
intervening Reset(). Such a calling sequence is unlikely to be
intentional, because the results of calling Run() twice aren't
defined.
BUG=309759
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231098
Patch Set 1 #
Total comments: 3
Patch Set 2 : Oops, wrong one. #Patch Set 3 : comment tweak #Messages
Total messages: 5 (0 generated)
|