Author: dpage
Date: 2009-02-05 14:40:03 + (Thu, 05 Feb 2009)
New Revision: 7582
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7582&view=rev
Log:
Add Magnus to the DevTeam
Modified:
trunk/www/development/team.php
--
Sent via pgadmin-hackers mailing list (pgadmin-h
Author: dpage
Date: 2009-02-05 14:37:32 + (Thu, 05 Feb 2009)
New Revision: 7581
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7581&view=rev
Log:
Add Magnus to the DevTeam
Modified:
branches/REL-1_8_0_EDB/pgadmin3/docs/en_US/team.html
--
Sent via pgadmin-hackers m
Author: dpage
Date: 2009-02-05 14:37:07 + (Thu, 05 Feb 2009)
New Revision: 7580
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7580&view=rev
Log:
Add Magnus to the DevTeam
Modified:
branches/REL-1_8_0_PATCHES/pgadmin3/docs/en_US/team.html
--
Sent via pgadmin-hacke
Author: dpage
Date: 2009-02-05 14:35:51 + (Thu, 05 Feb 2009)
New Revision: 7579
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7579&view=rev
Log:
Add Magnus to the DevTeam
Modified:
trunk/pgadmin3/docs/en_US/team.html
--
Sent via pgadmin-hackers mailing list (pgad
On Thu, Feb 5, 2009 at 1:02 PM, Ashesh Vashi
wrote:
> Hi All,
>
> As per my discussion with Dave Page, I have modified pgagent:
>
> - Log connection error message no matter what the log level is.
> Introduced a LOG_WARN_EXT (EXTENDED WARNING), which will log
> messages as warning even without
Hi All,
As per my discussion with Dave Page, I have modified pgagent:
- Log connection error message no matter what the log level is.
Introduced a LOG_WARN_EXT (EXTENDED WARNING), which will log
messages as warning even without taking the LogLevel into
consideration
- If the initial connecti
> OK - well I'm happy for you to modify ExecuteSet if that's what you
> need - but please try to use a similar API to the existing ExecuteVoid
> one.
Ok.
It will be:
pgSet *ExecuteSet(const wxString& sql, bool reportError = true);
---
Quan Zongliang
On Thu, Feb 5, 2009 at 11:34 AM, Quan Zongliang wrote:
>> Do you need to use ExecuteSet for this? ExecuteVoid already has a
>> reportError flag which can be used to stop it logging error messages.
> The result is needed to be displayed.
OK - well I'm happy for you to modify ExecuteSet if that's w
> Do you need to use ExecuteSet for this? ExecuteVoid already has a
> reportError flag which can be used to stop it logging error messages.
The result is needed to be displayed.
---
Quan Zongliang
quanzongli...@gmail.com
CIT Japan: http://www.cit.co.jp
On Thu, Feb 5, 2009 at 11:08 AM, Quan Zongliang wrote:
> 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
Author: dpage
Date: 2009-02-05 11:25:48 + (Thu, 05 Feb 2009)
New Revision: 7578
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7578&view=rev
Log:
Display the view schema correctly on the dependents tab [Madis P?\195?\164rn]
Modified:
trunk/pgadmin3/pgadmin/schema/pgO
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-defin
12 matches
Mail list logo