<blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><p style="white-space: pre-wrap; word-wrap: break-word;">Patch Set 1:</p><p style="white-space: pre-wrap; word-wrap: break-word;">This is definitely a bug in Ignite.<br>If StrLen_or_IndPtr is a null pointer, the Ignite assumes it SQL_DEFAULT_PARAM, but should be SQL_NTS.</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">--- ignite-master/modules/platforms/cpp/odbc/src/app/application_data_buffer.cpp        2020-03-03 11:30:21.000000000 -0500<br>+++ ignite-master-fix/modules/platforms/cpp/odbc/src/app/application_data_buffer.cpp    2020-03-03 13:18:52.012388301 -0500<br>@@ -1750,13 +1750,13 @@<br>             SqlLen ApplicationDataBuffer::GetInputSize() const<br>             {<br>                 if (!IsDataAtExec())<br>                 {<br>                     const SqlLen *len = GetResLen();<br> <br>-                    return len ? *len : SQL_DEFAULT_PARAM;<br>+                    return len ? *len : SQL_NTS;<br>                 }<br> <br>                 return GetDataAtExecSize();<br>             }<br>         }<br>     }</pre></blockquote><p style="white-space: pre-wrap; word-wrap: break-word;">Thanks , Yes right so its a Apache Ignite bug and should be set right there .</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13851">View Change</a></p><ul style="list-style: none; padding: 0;"></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13851">change 13851</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/13851"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: Ia8c3fda14b9008e22fb4893204911259f600b32e </div>
<div style="display:none"> Gerrit-Change-Number: 13851 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Abhay Gupta <abhay@avissol.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-CC: Alexei Gradinari <alex2grad@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 04 Mar 2020 06:44:17 +0000 </div>
<div style="display:none"> Gerrit-HasComments: No </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Gerrit-MessageType: comment </div>