first commit for openGauss connect odbc code

This commit is contained in:
lishifu
2020-06-24 16:11:37 +08:00
parent 2a3a17f54e
commit 59eb2808c4
458 changed files with 141117 additions and 75 deletions

View File

@ -0,0 +1,17 @@
connected
reading to char buffer...
strlen 22, SQLGetData claims 22
reading to char buffer, with truncation...
strlen 9, SQLGetData claims 22
reading to SQLWCHAR buffer...
len 22 chars, SQLGetData claims 44 bytes
reading to SQLWCHAR buffer, with truncation...
len 4 chars, SQLGetData claims 44 bytes
reading to SQLWCHAR buffer, with LF->CR+LF conversion causing truncation...
len 20 chars, SQLGetData claims 44 bytes
disconnecting