Skip to content

Commit

Permalink
Fix for bug #3364150 - feedback in sql query window on insert/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erickr authored and madhuracj committed Jan 5, 2012
1 parent 3c9ae06 commit 87ce602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/sql.js
Expand Up @@ -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()
Expand Down

0 comments on commit 87ce602

Please sign in to comment.