Hello Sanket,
Just enter "rollback" and exec
The
while(wxIsalpha(query.GetChar(wordlen)))
wordlen++;
As the 'k' in rollback is a char it also tries the next character (worklen
= 8) which causes out of bounds check.
-- john
2015-06-12 13:25 GMT+02:00 Sanket Mehta :
> Hi John,
>
> I hav
Hi John,
I have tried the same, I am not getting any out of the bounds error, it
simply comes out of the while loop.
Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb
On Sun, Jun 14, 2015 at 2:00 PM, John Obaterspok
wrote:
> Hello Sanket,
>
> Just enter "rollback" and exec
>
> The
>
Akshay, can you look into this please?
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK:http://www.enterprisedb.com
The Enterprise PostgreSQL Company
> On 13 Jun 2015, at 16:22, Jacek Wielemborek wrote:
>
> Hi,
>
> When an libssh2 call fails, pgAdmin III just
Akshay, can you look into this please? Do we need to update the libssh code
from upstream?
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK:http://www.enterprisedb.com
The Enterprise PostgreSQL Company
> On 13 Jun 2015, at 16:20, Jacek Wielemborek wrote:
>
> H
John,
As I understand correctly, 8th character will be '\0' (null character).
Hence - wxIsAlpha() will come out of the loop in general.
But - it is possible every platform has different behaviour for wxWidgets.
Can you please be specific about the operating system?
--
Thanks & Regards,
Ashesh V
Sure.
On Sun, Jun 14, 2015 at 3:13 PM, Dave Page wrote:
> Akshay, can you look into this please?
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK:http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On 13 Jun 2015, at 16:22, Jacek Wiel
Sure.
On Sun, Jun 14, 2015 at 3:13 PM, Dave Page wrote:
> Akshay, can you look into this please? Do we need to update the libssh
> code from upstream?
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK:http://www.enterprisedb.com
> The Enterprise Postg
Hi Jacek
On Mon, Jun 15, 2015 at 10:40 AM, Akshay Joshi wrote:
> Sure.
>
> On Sun, Jun 14, 2015 at 3:13 PM, Dave Page wrote:
>
>> Akshay, can you look into this please?
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK:http://www.enterprisedb.