projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9c276
)
Updated error code returned by SQLGetData function (#35)
author
Carlos García
<garciagarciacarlos@gmail.com>
Tue, 6 Aug 2024 17:34:47 +0000
(19:34 +0200)
committer
GitHub
<noreply@github.com>
Tue, 6 Aug 2024 17:34:47 +0000
(13:34 -0400)
* Updated error code returned by SQLGetData function
* use openssl v 3_3_1
---------
Co-authored-by: Carlos García García <cgarciag@denodo.com>
Co-authored-by: Dave Cramer <davecramer@gmail.com>
convert.c
patch
|
blob
|
blame
|
history
diff --git
a/convert.c
b/convert.c
index abb52d518aaccb6a14d612fd9d2b9ad21664d0a9..ce0af64acd576657b03699c6fa94654a7935b74a 100644
(file)
--- a/
convert.c
+++ b/
convert.c
@@
-1389,7
+1389,7
@@
MYLOG(0, "null_cvt_date_string=%d\n", conn->connInfo.cvt_null_date_string);
else
{
SC_set_error(stmt, STMT_RETURN_NULL_WITHOUT_INDICATOR, "StrLen_or_IndPtr was a null pointer and NULL data was retrieved", func);
- return
SQ
L_ERROR;
+ return
COPY_GENERA
L_ERROR;
}
}