Re: [Patch] - Bug #7428 - Import Export Issues

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [Patch] - Bug #7428 - Import Export Issues
Date: 2022-07-21 05:58:47
Message-ID: CAMa=N=OUcdi1H7Qtzs5sw4GUS4owGci_7Mv8iinrNuEUvmKxaQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch which fixes import/export issue in Windows.

Thanks,
Yogesh Mahajan
EnterpriseDB

On Tue, Jul 19, 2022 at 11:57 AM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Thanks, the patch applied.
>
> On Mon, Jul 18, 2022 at 5:38 PM Yogesh Mahajan <
> yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:
>
>> Hi,
>>
>> Please find the patch which fixes issue API test failures for
>> import/export.
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>>
>> On Mon, Jul 18, 2022 at 10:54 AM Akshay Joshi <
>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>
>>> Thanks, the patch applied.
>>>
>>> On Thu, Jul 14, 2022 at 3:19 PM Yogesh Mahajan <
>>> yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hello Team,
>>>>
>>>> Please find the updated patch which fixes the above error. Also updated
>>>> documentation for import/export dialogue.
>>>> Also contains fixes for Bug 7520
>>>> <https://redmine.postgresql.org/issues/7520> - JSON viewer/editor
>>>> hidden for the first records.
>>>>
>>>> Thanks,
>>>> Yogesh Mahajan
>>>> EnterpriseDB
>>>>
>>>>
>>>> On Thu, Jul 14, 2022 at 11:46 AM Akshay Joshi <
>>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi Yogesh
>>>>>
>>>>> I am getting the below error:
>>>>> raise TypeError("Input string must be text, not bytes")
>>>>> TypeError: Input string must be text, not bytes
>>>>>
>>>>> I am unable to test the patch. Please fix and send the patch again. We
>>>>> also need documentation/screenshot updates.
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Jul 13, 2022 at 7:09 PM Yogesh Mahajan <
>>>>> yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:
>>>>>
>>>>>> Hello Team,
>>>>>>
>>>>>> Please find the attached patch which enables pgadmin to preserve
>>>>>> import/export settings used.
>>>>>> Also includes retry logic for some feature tests.
>>>>>>
>>>>>> Thanks,
>>>>>> Yogesh Mahajan
>>>>>> EnterpriseDB
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> <http://www.enterprisedb.com>
>>>>>
>>>>> Akshay Joshi
>>>>>
>>>>> Principal Software Architect
>>>>>
>>>>> +91 9767888246
>>>>>
>>>>> www.enterprisedb.com
>>>>>
>>>>> <https://www.linkedin.com/company/edbpostgres>
>>>>> <https://twitter.com/edbpostgres?lang=en>
>>>>> <https://www.facebook.com/EDBpostgres>
>>>>> <https://www.instagram.com/EDBpostgres/>
>>>>>
>>>>
>>>
>>> --
>>>
>>> <http://www.enterprisedb.com>
>>>
>>> Akshay Joshi
>>>
>>> Principal Software Architect
>>>
>>> +91 9767888246
>>>
>>> www.enterprisedb.com
>>>
>>> <https://www.linkedin.com/company/edbpostgres>
>>> <https://twitter.com/edbpostgres?lang=en>
>>> <https://www.facebook.com/EDBpostgres>
>>> <https://www.instagram.com/EDBpostgres/>
>>>
>>
>
> --
>
> <http://www.enterprisedb.com>
>
> Akshay Joshi
>
> Principal Software Architect
>
> +91 9767888246
>
> www.enterprisedb.com
>
> <https://www.linkedin.com/company/edbpostgres>
> <https://twitter.com/edbpostgres?lang=en>
> <https://www.facebook.com/EDBpostgres>
> <https://www.instagram.com/EDBpostgres/>
>

Attachment Content-Type Size
RM_7428_v4.patch application/octet-stream 2.5 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-21 07:41:19 pgAdmin 4 commit: Fixed copy command error on Windows in Import/Export
Previous Message Akshay Joshi 2022-07-20 12:33:09 pgAdmin 4 commit: 1) Improved autocomplete loading indicator.