Re: variable scope issue in server js [pgadmin4]

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: variable scope issue in server js [pgadmin4]
Дата
Msg-id CANxoLDdZDCOavAmQXVoYpHwLopGhKfisbOaWn25+XWy6mY7Ndw@mail.gmail.com
обсуждение исходный текст
Ответ на variable scope issue in server js [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Ответы Re: variable scope issue in server js [pgadmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
Список pgadmin-hackers
Hi 

On Thu, May 12, 2016 at 5:05 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,


PFA patch for server.js. Replaced ";" (semicolon) with ","  (coma) in variable declaration.

Issue: This was changing scope of all the variables declared after ";" (semicolon) from local to global and therefore affecting all other local variables with same name at different place in same file.

   Thanks- it is already being committed with the patch for "Named Restore Point" send by Murtuza




-- 
Harshal Dhumal
Software Engineer 





--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers




--
Akshay Joshi
Principal Software Engineer 


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [PATCH] Tables node (pgAdmin4)
Следующее
От: Harshal Dhumal
Дата:
Сообщение: Re: variable scope issue in server js [pgadmin4]