pgAdmin 4 commit: Fixed SQLAlchemy operation error with the boolean val - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed SQLAlchemy operation error with the boolean val
Date
Msg-id E1kNtVe-0002Y0-JX@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Fix for Sqlalchemy Operational error