pg in pgCast.cpp - Mailing list pgadmin-hackers

From Merlin Moncure
Subject pg in pgCast.cpp
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A75AF@Herge.rcsinc.local
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by dpage: Fix explicit cast SQL per report from Merlin
Next
From: Raphaël Enrici
Date:
Subject: Re: [pgadmin-support] I fixed a couple compile