<p><a href="https://github.com/mishehu" class="user-mention">@mishehu</a> would you need both string and int values for the db id in a variable?<br>
I mean it's enough to have something like</p>

<pre><code>$var(id)=1;
avp_db_query(...., "$var(id)");
</code></pre>

<p>or you would also need something like</p>

<pre><code>$var(id) = "1";
avp_db_query(...., "$var(id)");
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/694#issuecomment-156063028">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOcifsegH-qRTn0Dq5vMlcfTfAc-MiDks5pFGFFgaJpZM4GfCei.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/694#issuecomment-156063028"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>