Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: Change default isolation level

$
0
0

Hi Eder,

I dont think we can do that.

But if you are importing via DI API. Start your transaction only when you need it.

instead of

start transaction

create order object.

fill in lines

order.add()

end transaction

 

change it to

create order object

fill in lines

start transaction

order.add()

end transaction.

 

or if you have no after process you need to take care, dont start transaction at all.

 

regards

edy


Viewing all articles
Browse latest Browse all 8451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>