SVN Commit by dpage: r7679 - in trunk/pgadmin3/pgadmin: frm include/pgscript include/pgscript/utilities pgscript pgscript/statements pgscript/utilities

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r7679 - in trunk/pgadmin3/pgadmin: frm include/pgscript include/pgscript/utilities pgscript pgscript/statements pgscript/utilities
Date: 2009-03-11 19:35:52
Message-ID: 200903111935.n2BJZqFn029818@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-03-11 19:38:46 Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output
Previous Message Mickael Deloison 2009-03-11 19:23:51 Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output