[pgadmin][patch] [GreenPlum] When user press Explain Plan and Explainanalyze plan an error is displayed

Поиск
Список
Период
Сортировка
От Joao De Almeida Pereira
Тема [pgadmin][patch] [GreenPlum] When user press Explain Plan and Explainanalyze plan an error is displayed
Дата
Msg-id CAE+jjakOhMJBMqsUaQuL9w4an0V4Q4nvY51K3GqWzm8jbj9cog@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin][patch] [GreenPlum] When user press Explain Plan andExplain analyze plan an error is displayed
Re: [pgadmin][patch] [GreenPlum] When user press Explain Plan andExplain analyze plan an error is displayed
Список pgadmin-hackers
Hi Hackers,
This is quite a big patch in order to solve the problem with the Explain Plan.

We sent 2 patches that have the following:
- update-javascript-packages.diff 
    Add package:
     is-docker to select a specific setting when running the Chrome tests in
     Docker

    Upgrade the version of:
    - babel-loader
    - extract-text-webpack-plugin
    - jasmine-core
    - jasmine-enzyme
    - moment
- explain-plan-greenplum.diff
  Extract SQLEditor.execute and SQLEditor._poll into their own files and add test around them
  Extract SQLEditor backend functions that start executing query to their own files and add tests around it
  Move the Explain SQL from the front-end and now pass the Explain plan parameters as a JSON object in the start query call.
  Extract the compile_template_name into a function that can be used by the different places that try to select the version of the template and the server type


Thanks
Joao
Вложения

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgAdmin4][RM#3082] Fix PEP-8 issues
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin 4 commit: Don't quote variable values used by SET. It's usually