Bug#762378: phppgadmin: partial SQL execution failure

2015-02-24 Thread Jean-Michel Nirgal Vourgère
Control: tags -1 patch Description: Stop ignoring sql queries whose ending ';' is on its own line Author: Jean-Michel Nirgal Vourgère jmv_...@nirgal.com Bug: https://sourceforge.net/p/phppgadmin/bugs/448/ Bug-Debian: https://bugs.debian.org/762378 Forwarded:

Bug#762378: phppgadmin: partial SQL execution failure

2015-02-23 Thread Jean-Michel Nirgal Vourgère
I could reproduce the problem, and somewhat reduce it: It looks like lines that contain a \n just before the semi column are ignored. oO Example with sql files: This works: -- 8 - delete from translations where lang='en' and internal=1; -- 8 - This

Bug#762378: phppgadmin: partial SQL execution failure

2014-09-21 Thread Marc Dequènes (Duck)
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