OSDN Git Service

Joachim fixed some bugs in numeric handling in pgtypeslib.
authorMichael Meskes <meskes@postgresql.org>
Mon, 7 Aug 2006 13:17:02 +0000 (13:17 +0000)
committerMichael Meskes <meskes@postgresql.org>
Mon, 7 Aug 2006 13:17:02 +0000 (13:17 +0000)
commit977ac90001c0188289f3b20eac3720fc6b26f180
tree2365521be9eb5074c1554c35f92d5484118ccfe9
parent23dc308245972757cf94ddf13a3f07aceafdf5c4
Joachim fixed some bugs in numeric handling in pgtypeslib.
Fixed and cleaned up some regression tests. Also added a new one.
23 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/test/compat_informix/test_informix.pgc
src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stdout
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stdout
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stdout
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/expected/sql-dyntest2.c
src/interfaces/ecpg/test/expected/sql-dyntest2.stderr
src/interfaces/ecpg/test/expected/sql-dyntest2.stdout
src/interfaces/ecpg/test/pgtypeslib/Makefile
src/interfaces/ecpg/test/pgtypeslib/dt_test.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc [new file with mode: 0644]
src/interfaces/ecpg/test/sql/dyntest2.pgc