Alex,<br>What do you suggest for faster sql queries with mysqlp :<br>avpops or sqlops ?<br><br>Cheers<br>Alex<br><br><br><div class="gmail_quote">On Mon, Dec 21, 2009 at 9:55 PM, Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On 12/21/2009 02:51 PM, alex pappas wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The column in ported table was BIGINT but sqlops and avops take only<br>
string or int. I changed the colunm id table from BIGINT to INT and<br>
everything works fine!<br>
kamailio Rock&#39;s!!<br>
</blockquote>
<br></div>
Ah, yes, I have commonly run into this one as well.  Yes, the database interface layers generally support only canonical scalar types - basic integer and varchar, as well as types that offer ready-made convertabiliy in a textual evaluation context (e.g. PostgreSQL boolean type, &#39;t&#39; or &#39;f&#39;).<br>

<br>
No bigints unless you cast down to int.  :)<br><font color="#888888">
<br>
<br>
-- <br>
Alex Balashov - Principal<br>
Evariste Systems<br>
Web     : <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
Tel     : (+1) (678) 954-0670<br>
Direct  : (+1) (678) 954-0671<br>
</font></blockquote></div><br>