Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
authorMichael Meskes <[email protected]>
Mon, 13 Mar 2017 19:44:13 +0000 (20:44 +0100)
committerMichael Meskes <[email protected]>
Mon, 13 Mar 2017 19:51:46 +0000 (20:51 +0100)
commita8b3262ab9790bea1eec8119fb7b00087f0a5a6b
tree5cdd00aef8b5d86b3a677b5b5ad4cb7168061e4d
parentd0e5ac736df074d8334fa5c1e471cbdadfd631a8
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.
src/interfaces/ecpg/ecpglib/misc.c