Hi Navnath,
On Wed, Apr 29, 2020 at 12:16 PM navnath gadakh <
navnath.gad...@enterprisedb.com> wrote:
> Hi Khushboo,
>
> Patch looks good to me except there are no API test cases written for
> dependents and dependencies.
>
> Thanks for the review.
We don't have API test cases for dependents and
Hi,
PFA patch to add RESQL tests for Column and Type nodes.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
msql_tests_columns_types.diff
Description: Binary data
I will review and test it.
On Wed, Apr 29, 2020 at 2:27 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to add RESQL tests for Column and Type nodes.
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreS
Hi Dave,
Patch looks good to me except one condition as we do support from Python
3.4 onwards. I have modified that condition and attached the updated patch.
I have also removed the other references of Python2. Attached is the patch.
Do review it and let me know for comments.
Thanks,
Neel Patel
Hi
On Wed, Apr 29, 2020 at 10:13 AM Neel Patel
wrote:
> Hi Dave,
>
> Patch looks good to me except one condition as we do support from Python
> 3.4 onwards. I have modified that condition and attached the updated patch.
>
What did you change exactly (curious about what I missed)?
>
> I have a
Hi,
On Wed, Apr 29, 2020 at 2:52 PM Dave Page wrote:
> Hi
>
> On Wed, Apr 29, 2020 at 10:13 AM Neel Patel
> wrote:
>
>> Hi Dave,
>>
>> Patch looks good to me except one condition as we do support from Python
>> 3.4 onwards. I have modified that condition and attached the updated patch.
>>
>
> W
Hi all,
Here is an updated patch as per the review comments mentioned above.
Please review the updated patch.
PFA.
RM4279v4.patch
Description: Binary data
Fix the runtime build with Python 3.8 on Linux
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3138f36e05ba843d1c386fc59d597049fb82446d
Modified Files
--
runtime/pgAdmin4.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Sigh. Remove extraneous closing bracket. It's always a bracket.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f7ef86dcedaf3630002b54aaeacf0da86bec71de
Modified Files
--
runtime/pgAdmin4.pro | 2 +-
1 file changed, 1 insertion(+),
OK, another attempt at this as it fails on non-Linux non-Python 3.8.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=505956d1faffe2ed1f5d88169eade47c86be5eb7
Modified Files
--
runtime/pgAdmin4.pro | 2 +-
1 file changed, 1 insertion
Hi Hackers,
In the patch attached, we are gracefully informing the end user, using an
alert message, that the database is already connected when they click
"Connect Database..." after right clicking on a disconnected database.
As this problem deals with racing conditions, it is highly complex to
Don't rely on python-config sending the help message to stderr, as older
versions seem to use stdout.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=97be3d8179637d946a93d7bb778a6fd6e7e69a8d
Modified Files
--
runtime/pgAdmin4.pro
Another attempt at fixing the 'do we need the --embed flag for Python' problem.
This change looks at the output from python-config --help (which may go
to stderr or stdout), and if it includes --embed, adds it to the later
call to get the libs string.
Branch
--
master
Details
---
https:/
Hi Satish,
As per the RM, the fix is supposed to be at the front-end but it seems
difficult at the moment as on the selection of the database, we connect it
and at the same time the context menu is being called.
As you have tried to fix at the backend, some of the review comments are
below.
1. I
Hi Kushboo,
Thanks for the update. I will check the same and make appropriate changes.
Thanks,
Sathish
On Thu, Apr 30, 2020 at 9:20 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Satish,
>
> As per the RM, the fix is supposed to be at the front-end but it seems
> difficult at
Hi,
On Thu, Apr 30, 2020 at 9:41 AM Satish V wrote:
> Hi Kushboo,
>
> Thanks for the update. I will check the same and make appropriate changes.
>
> Thanks,
> Sathish
>
> On Thu, Apr 30, 2020 at 9:20 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi Satish,
>>
>> As per the
On Thu, Apr 30, 2020 at 10:14 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
>
> On Thu, Apr 30, 2020 at 9:41 AM Satish V
> wrote:
>
>> Hi Kushboo,
>>
>> Thanks for the update. I will check the same and make appropriate changes.
>>
>> Thanks,
>> Sathish
>>
>> On Thu, Apr
Hi,
On Thu, Apr 30, 2020 at 10:48 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Thu, Apr 30, 2020 at 10:14 AM Aditya Toshniwal <
> aditya.toshni...@enterprisedb.com> wrote:
>
>> Hi,
>>
>>
>> On Thu, Apr 30, 2020 at 9:41 AM Satish V
>> wrote:
>>
>>> Hi Kushboo,
>>>
>>> Than
Hi Murtuza,
Patch looks good to me.
Thanks!
On Wed, Apr 29, 2020 at 2:38 PM navnath gadakh <
navnath.gad...@enterprisedb.com> wrote:
> I will review and test it.
>
> On Wed, Apr 29, 2020 at 2:27 PM Murtuza Zabuawala <
> murtuza.zabuaw...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> PFA patch to add
On Thu, Apr 30, 2020 at 10:55 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
> On Thu, Apr 30, 2020 at 10:48 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>>
>>
>> On Thu, Apr 30, 2020 at 10:14 AM Aditya Toshniwal <
>> aditya.toshni...@enterprisedb.com> w
Hi,
On Thu, Apr 30, 2020 at 11:55 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Thu, Apr 30, 2020 at 10:55 AM Aditya Toshniwal <
> aditya.toshni...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> On Thu, Apr 30, 2020 at 10:48 AM Khushboo Vashi <
>> khushboo.va...@enterprisedb.com>
On Thu, Apr 30, 2020 at 12:04 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
> On Thu, Apr 30, 2020 at 11:55 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>>
>>
>> On Thu, Apr 30, 2020 at 10:55 AM Aditya Toshniwal <
>> aditya.toshni...@enterprisedb.com> w
22 matches
Mail list logo