pgAdmin 4 commit: Fix error while importing data to a table using Impor

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix error while importing data to a table using Impor
Date: 2019-09-03 05:50:05
Message-ID: E1i51hd-0004FA-Ld@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix error while importing data to a table using Import/Export dialog and providing Not null columns option. Fixes #4461.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04357b7a55f758109e6bf7306950dbe9f659ea34
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
web/pgadmin/tools/import_export/__init__.py | 10 +++-------
.../tools/import_export/templates/import_export/sql/cmd.sql | 2 +-
3 files changed, 5 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-03 05:50:18 Re: [pgAdmin][RM4461] FORCE_NOT_NULL syntax error
Previous Message Akshay Joshi 2019-09-03 05:00:09 Re: RE-SQL tests patch for FTS parsers node