SVN Commit by dpage: r7692 - in trunk/pgadmin3/pgadmin: frm include/pgscript pgscript

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r7692 - in trunk/pgadmin3/pgadmin: frm include/pgscript pgscript
Date: 2009-03-12 17:27:32
Message-ID: 200903121727.n2CHRWHh007805@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2009-03-12 17:27:31 +0000 (Thu, 12 Mar 2009)

New Revision: 7692

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7692&view=rev

Log:
pgScript update - ensure that we get a useful error message if the user attempts to execute an SQL statement that isn't terminated with a ; [Mickael Deloison]

Modified:
trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
trunk/pgadmin3/pgadmin/include/pgscript/parser.tab.hh
trunk/pgadmin3/pgadmin/pgscript/lex.pgs.cc
trunk/pgadmin3/pgadmin/pgscript/parser.tab.cc
trunk/pgadmin3/pgadmin/pgscript/pgsApplication.cpp
trunk/pgadmin3/pgadmin/pgscript/pgsScanner.ll

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-03-12 17:28:56 Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output
Previous Message Dave Page 2009-03-12 16:50:46 Re: [pgScript patch] Spelling corrections in documentation