Hi, Please find attached minor patch which fixes js syntax issue in sqleditor.js
-- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js index 173301b..124c894 100644 --- a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js +++ b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js @@ -891,7 +891,7 @@ define([ } dataView.setItems(collection, self.client_primary_key); }, - fetch_next_all(cb) { + fetch_next_all: function(cb) { this.fetch_next(true, cb); }, fetch_next: function(fetch_all, cb) {