Menu

#4006 (ok 4.0.6) SQL textarea not refresh when execute a new request

4.0.4
fixed
None
1
2013-09-05
2013-07-04
No

Select a database. Click on SQL tab. Write 2 SQL DELETE requests like this on the textarea :
DELETE FROM myTable WHERE id = "75457865";
DELETE FROM myTable WHERE id = "75457865";

Execute request.
But after, if you write an other request in the same textarea, like this :
SELECT * FROM myTable;

It's the previous request which is executed.
I think, the request, writing in the textarea, was not uptaded.

Best regards,
(Sorry for my bad english ...)

Discussion

  • Marc Delisle

    Marc Delisle - 2013-07-27

    Bug confirmed.

     
  • Atul Pratap Singh

    • assigned_to: Atul Pratap Singh
     
  • Marc Delisle

    Marc Delisle - 2013-07-29
    • summary: SQL textarea not refresh when execute a new request --> (ok 4.0.6) SQL textarea not refresh when execute a new request
    • Priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2013-09-05
    • status: open --> fixed