Public bug reported:

Binary package hint: phppgadmin

To reproduce:
Click SQL to get popup SQL window
Enter a query with a plus symbol in it (eg SELECT 1+col FROM table)
Change to a different database using the database dropdown
The page refreshes, while attempting to maintaining the query. However, the 
plus symbol has disappeared.

I can see the query is submitted via a GET variable when changing
databases, which results in a plus being converted to a space. Should be
fixable by using urlencode/urldecode to encode the query, or submitting
via POST instead of GET.

** Affects: phppgadmin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772823

Title:
  Plus symbol is lost from queries on database change

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to