Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
Michael Meskes <meskes@postgresql.org>
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. The problem was that "begin transaction" was issued automatically before executing COMMIT/ROLLBACK PREPARED if not in auto commit. This fix by Masahiko Sawada fixes this.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ecpglib/misc.c | modified | +8 −2 |