Thread: pg in pgCast.cpp

pg in pgCast.cpp

From
"Merlin Moncure"
Date:
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