Applied Zoltan's patch to make char the default sqlda type.

Michael Meskes <meskes@postgresql.org>

Commit: b3627d1de3ec03adea8551465351bc536f12f526
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-01-13T09:06:51Z
Releases: 9.0.0
Applied Zoltan's patch to make char the default sqlda type.

Given that undefined types are handled as character strings anyway the type
translation function can simply return the correcponding ECPGt_char type.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/typename.c modified +3 −2