SVN Commit by dpage: r4302 - trunk/pgadmin3/src/dlg

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4302 - trunk/pgadmin3/src/dlg
Date: 2005-06-15 14:53:42
Message-ID: 200506151453.j5FErgAs008721@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-06-15 15:53:41 +0100 (Wed, 15 Jun 2005)
New Revision: 4302

Modified:
trunk/pgadmin3/src/dlg/dlgAggregate.cpp
Log:
Fix comment update SQL.

Modified: trunk/pgadmin3/src/dlg/dlgAggregate.cpp
===================================================================
--- trunk/pgadmin3/src/dlg/dlgAggregate.cpp 2005-06-14 07:40:19 UTC (rev 4301)
+++ trunk/pgadmin3/src/dlg/dlgAggregate.cpp 2005-06-15 14:53:41 UTC (rev 4302)
@@ -271,7 +271,7 @@
AppendOwnerNew(sql, wxT("AGGREGATE ") + schema->GetQuotedPrefix() + qtIdent(name)+
wxT("(") + GetQuotedTypename(cbBaseType->GetGuessedSelection()) + wxT(")"));
}
- AppendComment(sql, wxT("AGGREGATE ") + schema->GetQuotedPrefix() + qtIdent(name)
+ AppendComment(sql, wxT("AGGREGATE ") + schema->GetQuotedPrefix() + qtIdent(GetName())
+ wxT("(") + GetQuotedTypename(cbBaseType->GetGuessedSelection())
+ wxT(")"), aggregate);

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-06-16 08:01:47 SVN Commit by dpage: r4303 - trunk/www/pgadmin3/cnt
Previous Message Dave Page 2005-06-14 07:41:15 Re: Move Set