Re: [PHP-PEAR] possible bug in DB/pgsql.php
[email protected] ("Stig S. Bakken")
| Newsgroups | php.pear |
|---|---|
| Organization | Fast Search & Transfer |
| Message-ID | <[email protected]> |
[email protected] wrote: > > Hmm, maybe I'm straying too far...I'm not too content of my own > suggestions. Your turn... I've implemented your suggestion now and added a transaction test for pgsql as well. Could you give it a shot and see if it solves your problem? One thing I noticed is that postgres shows the changes done inside a transaction to other transactions before it is committed. With other databases the changes are not visible until you do a commit. This one is a bit hard to emulate though. - Stig