1) Fix a bug reported by Milen Manev that SQLExec *select for a table* -> SQLDescribe...
authorHiroshi Inoue <inoue@tpf.co.jp>
Sun, 18 Jan 2009 13:09:55 +0000 (13:09 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sun, 18 Jan 2009 13:09:55 +0000 (13:09 +0000)
commit454cb1a285c84220171fd0ff141595a0030d369f
treee1a6b74f1febd3ccd758fd989ea595854fa7a15f
parentfc4a405efe640954082dc229306dcf3afd9973db
1) Fix a bug reported by Milen Manev that SQLExec *select for a table* -> SQLDescribeCol() -> add a column to the table -> SQLExec *select for the table* -> SQLDescribeCol() for the added column causes a bad result.
2) Use strncpy_null() instead of strncpy().
15 files changed:
connection.c
connection.h
convert.c
dlg_specific.c
dlg_wingui.c
environ.c
info.c
parse.c
pgtypes.c
pgtypes.h
results.c
setup.c
socket.c
statement.c
version.h