pgAdmin 4 commit: Fix import/export to work as expected with TSV data.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix import/export to work as expected with TSV data.
Date: 2017-06-22 12:57:37
Message-ID: E1dO1g1-0000S0-Fl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix import/export to work as expected with TSV data. Fixes #1934

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ab637c7ab9dd7b23692dd2b6eda3b983fa7780f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/import_export/templates/import_export/js/import_export.js | 6 +++---
web/pgadmin/tools/import_export/templates/import_export/sql/cmd.sql | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-22 13:00:01 Re: [pgAdmin4][Patch] To fix the in Import/Export module
Previous Message Murtuza Zabuawala 2017-06-22 12:26:58 [pgAdmin4][Patch] To fix the in Import/Export module