mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-16 14:22:28 -06:00
fix incorrect error position
This commit is contained in:
parent
a3c5af7b42
commit
0f051f9e12
1 changed files with 1 additions and 1 deletions
|
|
@ -3701,7 +3701,7 @@ void frmQuery::OnQueryComplete(pgQueryResultEvent &ev)
|
|||
else
|
||||
{
|
||||
wxString errMsg, errMsg2;
|
||||
long errPos;
|
||||
long errPos=0;
|
||||
|
||||
pgError err = sqlResult->GetResultError();
|
||||
errMsg = err.formatted_msg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue