The branch, master has been updated
       via  87ce60251b62ba9b1e306e96f2d1abb159fc0cc5 (commit)
      from  3c9ae060c69d3f4b2fcb372047a14053c277b158 (commit)


- Log -----------------------------------------------------------------
commit 87ce60251b62ba9b1e306e96f2d1abb159fc0cc5
Author: Eric Krona <[email protected]>
Date:   Thu Jan 5 22:36:06 2012 +0530

    Fix for bug #3364150 - feedback in sql query window on insert/updates

-----------------------------------------------------------------------

Summary of changes:
 js/sql.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/js/sql.js b/js/sql.js
index dd8a65d..abd0be7 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -217,6 +217,7 @@ $(document).ready(function() {
                 // if zero rows are returned from the query execution
                 if ($zero_row_results.length > 0) {
                     $('#sqlquery').val($zero_row_results.val());
+                    setQuery($('#sqlquery').val());
                 } else {
                     $sqlqueryresults
                      .show()


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to