PostgreSQL, HeidiSQL 32 bit error while selecting connection

Ricardo Pareira's profile image Ricardo Pareira posted 6 years ago in HeidiSQL portable Permalink

When I first select the database error occurs.

See attached.

I am using SSLEAY32.dll version 1.0.2.15 - product version 1.0.2o Do I have to use another version? What ?

Anything I can do to fix this bug?

1 attachment(s):
Ricardo Pareira's profile image Ricardo Pareira posted 6 years ago Permalink

when FHandle is going to end, error occurs. // PQfinish(FHandle);// please comment on this line that will solve the problem - I did not analyze if

Please comment on this line that will solve the problem - I did not analyze if there are any consequences.

unit: dbconnection class: TPgConnection method: TPgConnection.SetActive

1 attachment(s):
  • error-correction
ansgar's profile image ansgar posted 6 years ago Permalink

Commenting out that important line of code is not a bugfix but a hack. I'd prefer a real fix for that crash.

Ricardo Pareira's profile image Ricardo Pareira posted 6 years ago Permalink

Commenting out that important line of code is not a bugfix but a hack. I'd prefer a real fix for that crash.

True, but, what will be the best correction?

Thanks, if you implement the ideal fix.

Please login to leave a reply, or register at first.