[Koha-patches] [PATCH] [followup](MT3160) fix address request

Galen Charlton gmcharlt at gmail.com
Fri Jul 2 01:25:58 CEST 2010


Hi,

On Thu, Jul 1, 2010 at 11:30 AM, Michael Hafen <mdhafen at tech.washk12.org> wrote:
> With a quick google search it seems PostgreSQL does have the same
> function.  I suspect that if it isn't in the SQL spec. it is
> unofficially supported on some DBMS's.  I just talked with a couple of
> our other guys here, and Oracle nor MS SQL have this function.

Actually, Postgres doesn't have CONCAT_WS().  However, what MySQL and
Postgres *do* both have is COALESCE(), which could be used to rework
the patch so that it would be more DBMS-agnostic.

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com


More information about the Koha-patches mailing list