pgAdmin 4 commit: Fixed SQLAlchemy operation error with the boolean val

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed SQLAlchemy operation error with the boolean val
Дата
Msg-id E1kNtVe-0002Y0-JX@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed SQLAlchemy operation error with the boolean value as true/false for Python version < 3.7

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=228d4bb3213189e2e613fb8cb49e6ce62178a1c5
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/migrations/versions/398697dc9550_.py    | 16 ++++++++--------
web/pgadmin/tools/sqleditor/utils/macros.py |  8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)


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

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Fix for Sqlalchemy Operational error