Hi,
Please find the attached patch to support all the supported encodings by
PostgreSQL.
Thanks,
Khushboo
On Thu, Feb 28, 2019 at 10:53 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Wed, Feb 27, 2019 at 4:57 PM Dave Page wrote:
>
>> Hi
>>
>> On Tue, Feb 26, 2019 at 9:01
Hi,
We have used download attribute to download CSV file from query tool but
IE11 does not support download attribute, we will use msSaveBlob() instead
for IE11.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
RM_4040.diff
Description:
Hello,
PFA patch for the issue RM#3998. If the URL contains the forward slash
value in the query tool title and if pgAdmin4 is behind Apache server then
it fails to open to query tool and the user gets an error 404 because by
default Apache does not allow encoded slashes in the URL and return 404.
Hi Dave,
Please find the attached fix.
Thanks,
Khushboo
On Thu, Feb 28, 2019 at 6:58 PM Dave Page wrote:
> Hi
>
> On Thu, Feb 28, 2019 at 3:46 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi Dave,
>>
>> On Wed, Feb 27, 2019 at 4:30 PM Dave Page wrote:
>>
>>> Hi
>>>
>>>
OK, thanks. Applied.
On Thu, Feb 28, 2019 at 6:01 AM Akshay Joshi
wrote:
> Hi Dave
>
> On Wed, Feb 27, 2019 at 10:08 PM Dave Page wrote:
>
>> Hi
>>
>> On Wed, Feb 27, 2019 at 7:50 AM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached is the patch to fix
Ignore exceptions in the logger. Fixes #3933
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bbeb395beb1c528c24e2d919fb365e594f9c
Author: Akshay Joshi
Modified Files
--
docs/en_US/release_notes_4_3.rst | 1 +
web/pgadmin/__init