Subject | Re: INSERT ... RETURNING vs AutoCommit |
---|---|
Author | |
Post date | 2016-06-20T13:33:41Z |
Note that when I use ExecSQL instead of Open (and ignore the result) the INSERT is still not committed automatically. The only reliable way to obtain that, is to remove the RETURNING clause.