pgAdmin III commit: Fix reading the histoquery file because of wrong fi

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix reading the histoquery file because of wrong fi
Дата
Msg-id E1RZRay-0005Kq-Ei@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix reading the histoquery file because of wrong file

When weird characters are embedded in the .pgadmin_histoqueries file, the
previous read function was lost, and never finished its work. The new
implementation finds the issue with the parse function, and stops immediately
to read the file.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9ac90afba032341ccbf8337ed75511c6b7870a93

Modified Files
--------------
CHANGELOG                |    1 +
pgadmin/frm/frmQuery.cpp |   46 ++++++++++++++++++++++++++++++++--------------
2 files changed, 33 insertions(+), 14 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix reading the histoquery file because of wrong fi
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #344: Support for the new RENAME clause for FDW and server (SQL/MED)