pgAdmin 4 commit: Some refactoring of sqleditor.js.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Some refactoring of sqleditor.js.
Дата
Msg-id E1i1BI2-0005Ne-F6@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Some refactoring of sqleditor.js.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5887fb38153e94307dfc8be47085353b9b9acf81
Author: Yosry Muhammad <yosrym93@gmail.com>

Modified Files
--------------
web/pgadmin/static/js/sqleditor/execute_query.js   |   8 +-
.../static/js/sqleditor/query_tool_actions.js      |  13 +--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 107 +++++++++------------
.../javascript/sqleditor/execute_query_spec.js     |   6 +-
.../sqleditor/query_tool_actions_spec.js           |  25 +++--
5 files changed, 66 insertions(+), 93 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [GSoC][New Feature] Editable and Read-only Columns
Следующее
От: Dave Page
Дата:
Сообщение: Re: Query Tool JS Minimal Refactoring