-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
odbcPackage Version: 2.4.8- ODBC Driver: unixODBC 2.3.9
- Database Name: DB2 for i
- Database Version: V7R5
- Database OS: IBM i
- Node.js Version: v18.17.1
- Node.js OS: IBM i
It looks to me as though the CLOB data type is still not supported but I wanted to check this for sure.
I created a simple SQL stored procedure with two parameters; one an input CLOB and the second an output CLOB. When I run my test Node.js App I get the following message.
Error: [odbc] Error binding parameters to the procedure
I've looked at the following similar issues, which (along with my test results) suggest that CLOB isn't currently supported.
- #11: Calling Stored Procedures Issue
- #129: CLOB support
- #137: [BUG] Unable to Call Stored Procedure with CLOB Parameters
- #342: Revisit CLOB support
I noticed in issue #137 this suggested an RFE had been raised. I checked the Ideas portal and I couldn't find one.
Is the CLOB data type supported?