1. Fix a bug that SQLGetDiagField(SQL_DIAG_NUMBER) with SQL_HANDLE_DBC returns SQL_NO...
authorHiroshi Inoue <hinoue205@gmail.com>
Sun, 17 Oct 2021 12:29:12 +0000 (21:29 +0900)
committerHiroshi Inoue <hinoue205@gmail.com>
Sun, 21 Nov 2021 22:57:17 +0000 (07:57 +0900)
commit277a6c4522d1428f60729cbcacb304b171fe7ab1
tree5c29a2da08eb523729efea5667e613f646524a99
parentccd36c486ab2eb1c2a7cb0692666a96e34f81427
1. Fix a bug that SQLGetDiagField(SQL_DIAG_NUMBER) with SQL_HANDLE_DBC returns SQL_NO_DATA
even if an error record exists.
2. Fix a typo "RECISION"  which should be "PRECISION".
info.c
pgapi30.c