pgAdmin III commit: Fix broken SQL for domains

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix broken SQL for domains
Date: 2011-08-20 07:44:39
Message-ID: E1QugER-0000Vz-QP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix broken SQL for domains

When a user creates a domain, and checks the "Don't validate" checkbox, the
SQL was broken on the name of the domain.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e1b732c5b57cd63469ab73d5be9ede4acb61c7db

Modified Files
--------------
pgadmin/dlg/dlgDomain.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-20 14:04:44 pgAdmin III commit: Update german translation.
Previous Message pgAdmin Trac 2011-08-20 07:28:21 Re: [pgAdmin III] #332: SQL for TRIGGER with WHEN clause broken