Thanks for making things clear.
On Tue, Jul 23, 2019, 10:01 AM Dave Page wrote:
>
>
> On Tue, Jul 23, 2019 at 4:15 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>>
>>
>> On Tue, Jul 23, 2019 at 2:17 AM Yosry Muhammad
>> wrote:
>>
>>> Hi,
>>>
>>> I tried just removing the lines
On Tue, Jul 23, 2019 at 4:15 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Tue, Jul 23, 2019 at 2:17 AM Yosry Muhammad wrote:
>
>> Hi,
>>
>> I tried just removing the lines responsible for connecting to the
>> database on selecting a database node and it seem to work fine.
On Tue, Jul 23, 2019 at 2:17 AM Yosry Muhammad wrote:
> Hi,
>
> I tried just removing the lines responsible for connecting to the database
> on selecting a database node and it seem to work fine. Specifically the
> lines 254-257 in database.js (callbacks.selected function).
>
> Are there any spec
Hi,
I tried just removing the lines responsible for connecting to the database
on selecting a database node and it seem to work fine. Specifically the
lines 254-257 in database.js (callbacks.selected function).
Are there any specific scenarios I need to test to make sure everything is
okay? Anywh
On Thu, Jul 18, 2019 at 1:44 PM Dave Page wrote:
> Hi
>
> On Thu, Jul 18, 2019 at 6:40 AM Yosry Muhammad wrote:
>
>> Hi,
>>
>> On Thu, Jul 18, 2019, 7:27 AM Khushboo Vashi <
>> khushboo.va...@enterprisedb.com> wrote:
>>
>>> Hi Yosry,
>>>
>>> On Wed, Jul 17, 2019 at 10:49 PM Yosry Muhammad
>>> w
Hi
On Thu, Jul 18, 2019 at 6:40 AM Yosry Muhammad wrote:
> Hi,
>
> On Thu, Jul 18, 2019, 7:27 AM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi Yosry,
>>
>> On Wed, Jul 17, 2019 at 10:49 PM Yosry Muhammad
>> wrote:
>>
>>> Hi Khushboo,
>>>
>>> There's a minor bug that I notic
Hi,
On Thu, Jul 18, 2019, 7:27 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Yosry,
>
> On Wed, Jul 17, 2019 at 10:49 PM Yosry Muhammad
> wrote:
>
>> Hi Khushboo,
>>
>> There's a minor bug that I noticed a while back that when you right click
>> a disconnected database (to dro
Hi Yosry,
On Wed, Jul 17, 2019 at 10:49 PM Yosry Muhammad wrote:
> Hi Khushboo,
>
> There's a minor bug that I noticed a while back that when you right click
> a disconnected database (to drop it for example) it automatically connects
> to the database and expands the node. This behaviour is a l
Hi Khushboo,
There's a minor bug that I noticed a while back that when you right click a
disconnected database (to drop it for example) it automatically connects to
the database and expands the node. This behaviour is a little annoying to
users (me too), I am trying to fix it.
I looked around the