OSDN Git Service

Implemented Informix special way to treat NULLs, removed warnings, synced.
authorMichael Meskes <meskes@postgresql.org>
Wed, 25 Jun 2003 10:44:21 +0000 (10:44 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 25 Jun 2003 10:44:21 +0000 (10:44 +0000)
commitfd3ca524ebb12acaf582e60366fe39a58b4bd0a4
treecdcfc49d8ba45a4cd88fe14f0de8441679ffe6e3
parentff4c69e02183e5330529990871f2c4dfb745a838
Implemented Informix special way to treat NULLs, removed warnings, synced.
20 files changed:
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/ecpglib/prepare.c
src/interfaces/ecpg/include/Makefile
src/interfaces/ecpg/include/ecpg_informix.h
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/include/pgtypes_numeric.h
src/interfaces/ecpg/include/sqltypes.h
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/extern.h
src/interfaces/ecpg/preproc/keywords.c
src/interfaces/ecpg/preproc/output.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/test/Makefile
src/interfaces/ecpg/test/test_informix.pgc [new file with mode: 0644]