Author: dpage
Date: 2009-03-11 19:35:51 +0000 (Wed, 11 Mar 2009)
New Revision: 7679
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7679&view=rev
Log:
Enable pgScript to use the pgAdmin UI for error
output: when an error occurs while interpreting a script then the line
where the error occurred is signaled. [Mickael Deloison]
Modified:
trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
trunk/pgadmin3/pgadmin/include/pgscript/pgsApplication.h
trunk/pgadmin3/pgadmin/include/pgscript/utilities/pgsThread.h
trunk/pgadmin3/pgadmin/pgscript/pgsApplication.cpp
trunk/pgadmin3/pgadmin/pgscript/statements/pgsStmtList.cpp
trunk/pgadmin3/pgadmin/pgscript/utilities/pgsDriver.cpp
trunk/pgadmin3/pgadmin/pgscript/utilities/pgsThread.cpp