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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed SQLAlchemy operation error with the boolean val
Date: 2020-10-01 08:00:14
Message-ID: E1kNtVe-0002Y0-JX@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

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