Package: phppgadmin
Version: 5.1-1

Coin,

When executing the attached SQL commands as a file upload (i did not try to paste it) i got this:
START TRANSACTION
DELETE 1
INSERT 0 1
DELETE 0
COMMIT

This execution silently skip the second INSERT statement and mislead the user in thinking it was run correctly (i checked the second insert is not done, this is not just a wrong display).

Using psql with the same script i got:
START TRANSACTION
DELETE 1
INSERT 0 1
DELETE 0
INSERT 0 325
COMMIT

Which means phppgadmin should have been able to run it correctly.

Regards.

--
Marc Dequènes (Duck)

Attachment: english.sql
Description: application/sql

Attachment: pgpLnzPUaQpk9.pgp
Description: PGP Digital Signature

Reply via email to