pg in pgCast.cpp

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: pg in pgCast.cpp
Date: 2005-01-13 16:19:49
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A75AF@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Didn't seem to get through the first time, so I'm sending copy to Dave
to be sure it makes it.

There is a bug in pgCast.cpp:
In line 48, GetCastContext() is being compared to "Explicit", should be
"EXPLICIT". This is causing PgAdmin to emit bad sql for explicit casts.

Merlin

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2005-01-13 16:26:48 CVS Commit by dpage: Fix explicit cast SQL per report from Merlin
Previous Message Andreas Pflug 2005-01-13 10:19:14 Re: [pgadmin-support] I fixed a couple compile errors, but not all,