Hi, all

Now, in pgConn class, the definition is:
pgSet *pgConn::ExecuteSet(const wxString& sql)

I want to modify it to new definition:
pgSet *pgConn::ExecuteSet(const wxString& sql, bool quiet = false)

When quiet is true, don't pop error message.

Because in import function, it allows user-defined expression.
When generate preview, send the expression to DB to validate it.
If not quiet, a lot of error message will be poped.

-----------------------------------------------
Quan Zongliang
quanzongli...@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to