Re: [firebird-support] The PHP default transaction

2016-01-24 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 21/01/16 10:44, Tim Ward t...@telensa.com [firebird-support] wrote: > (1) Is this likely to be the "default transaction" that PHP creates for > a connection if you don't do an explicit start transaction? Ie, does PHP > create the default transaction for a connection even if you never use it >

Re: [firebird-support] The PHP default transaction

2016-01-21 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On Thu, 21 Jan 2016 10:44:10 +, "Tim Ward t...@telensa.com [firebird-support]" wrote: > I've got a long running (hours) PHP script which does large numbers > (tens of thousands) of database operations along the lines of > > start explicit transaction > do something in that transact

[firebird-support] The PHP default transaction

2016-01-21 Thread Tim Ward t...@telensa.com [firebird-support]
I've got a long running (hours) PHP script which does large numbers (tens of thousands) of database operations along the lines of start explicit transaction do something in that transaction commit that transaction the idea being not to hold any individual transaction open for a lo