Tree Diff.


 diff -r pgAgent-3.2.1-Source pgAgent-3.2.2-Source
diff -r pgAgent-3.2.1-Source/connection.cpp pgAgent-3.2.2-Source/connection.cpp
28a29
>       lastStatus = 0;
339a341
>               {
340a343,344
>                       conn->SetLastResult(0);
>               }
344a349
>                       conn->SetLastResult(-1);
349a355
>       {
351c357,358
<
---
>               conn->SetLastResult(-1);
>       }
diff -r pgAgent-3.2.1-Source/include/connection.h pgAgent-3.2.2-Source/include/connection.h
54c54,61
<
---
>       void SetLastResult(signed int result )
>       {
>               lastStatus = result;
>       }
>       int GetLastResult()
>       {
>               return lastStatus;
>       }
72a80
>       signed int  lastStatus;
diff -r pgAgent-3.2.1-Source/job.cpp pgAgent-3.2.2-Source/job.cpp
140c140
<                                       rc = stepConn->ExecuteVoid(steps->GetString(wxT("jstcode")));
---
>                                       stepConn->ExecuteVoid(steps->GetString(wxT("jstcode")));
141a142
>                                       rc = stepConn->GetLastResult();
============================================= Romax Technology Limited Rutherford House Nottingham Science & Technology Park Nottingham, NG7 2PZ England Telephone numbers: +44 (0)115 951 88 00 (main) For other office locations see: http://www.romaxtech.com/Contact ================================= =============== E-mail: info@romaxtech.com Website: www.romaxtech.com ================================= ================ Confidentiality Statement This transmission is for the addressee only and contains information that is confidential and privileged. Unless you are the named addressee, or authorised to receive it on behalf of the addressee you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please delete from your system and contact the sender. Thank you for your cooperation. =================================================