<div><div dir="auto">Liviu, </div><div dir="auto">Thanks for the quick fix! I can’t believe this hasn’t been more of an issue. But then again, it may be a weird thing to want a double in the script context since you can’t or at least shouldn’t be doing a lot of high level stuff there. </div><div dir="auto"><br></div><div dir="auto">Calvin / Liviu,</div><div dir="auto">I haven’t tested this fix yet, but I reviewed it. I just wanted to point out for the group that this converts a DOUBLE as received form the Database into a STRING for the script context in an AVP. This isn’t really a problem unless you are going to math it or push it into something else without casting it. If you, for example, wanted to pull a rate per minute and push it to a SIP header, this would work great for that.</div><div dir="auto"><br></div><div dir="auto">-Brett</div><div dir="auto"><br></div><div dir="auto"><br></div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 10, 2020 at 10:57 AM Liviu Chircu <<a href="mailto:liviu@opensips.org">liviu@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">On 10.03.2020 00:25, Calvin Ellison wrote:<br>
> I also noticed DB_DOUBLE is missing from /avpops/avpops_db.c but I <br>
> don't know C well enough to do the needful. Do you know what should be <br>
> done to make it a string?<br>
><br>
> Here's my updated /db_mysql/res.c. I did as you suggested and <br>
> moved MYSQL_TYPE_NEWDECIMAL along with its #if condition to just after <br>
> MYSQL_TYPE_FLOAT so it is DB_DOUBLE not DB_INT. It looks like the same <br>
> change is needed for MYSQL_TYPE_DECIMAL since this can also be <br>
> non-integer, but I didn't touch that.<br>
<br>
Hello, Calvin/Brett!<br>
<br>
You guys are absolutely right, that definitely looks like a bug.  <br>
Calvin, can you<br>
please apply the below patch on a clean OpenSIPS tree and let me know if it<br>
fixes your problem?  Thanks!<br></blockquote></div></div>