> On Nov 13, 2025, at 17:40, Yugo Nagata <[email protected]> wrote:
> 
> The following script:
> 
> \startpipeline
> <queries list 1>
> \syncpipeline
> <queries list 2>
> \endpipeline
> 
> can be considered equivalent to:
> 
> BEGIN;
> <queries list 1>
> END;
> BEGIN;
> <queries list 2>
> END;

This looks like that every \sysnpipeline will start a new transaction, is that 
true?

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/






Reply via email to