<div dir="ltr"><div>Typos report:<br><br></div>In function_help context, in the 'clamp() function' there is an example :<br><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin:0px;text-indent:0px">     clamp(1,11,10) &rarr; 10 (<i>input</i> is greater than maximum value of 10, so function returns <span style="color:rgb(255,0,0)">11</span>)<br></p><p style="margin:0px;text-indent:0px">
<br></p><p style="margin:0px;text-indent:0px">It must be 10, isn't it??</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">
<br></p><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/12 Jürgen E. <span dir="ltr"><<a href="mailto:jef@norbit.de" target="_blank">jef@norbit.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Artem,<br>
<div class="im"><br>
On Fri, 12. Jul 2013 at 15:52:19 +0700, Artem Popov wrote:<br>
> 1. Broken string formatting in<br>
> src/providers/oracle/qgsoracleprovider.cpp. Note the 2nd %2 argument,<br>
> should be %3:<br>
> 2234:QgsMessageLog::logMessage( tr( "Could not update metadata for<br>
> %1.%2.\nSQL:%1\nError: %2" )<br>
<br>
</div>fixed.<br>
<div class="im"><br>
> 4. mismatched square brackets in src/core/qgsfeature.cpp:<br>
> 195:Attribute index %1 out of bounds [0;%2[<br>
<br>
</div>That's correct. That means that the range doesn't include the upper bound.<br>
<br>
<br>
Jürgen<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jürgen E. Fischer         norBIT GmbH               Tel. +49-4931-918175-31<br>
Dipl.-Inf. (FH)           Rheinstraße 13            Fax. +49-4931-918175-50<br>
Software Engineer         D-26506 Norden               <a href="http://www.norbit.de" target="_blank">http://www.norbit.de</a><br>
<br>
--<br>
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH<br>
Rheinstrasse 13, 26506 Norden<br>
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Qgis-tr mailing list<br>
<a href="mailto:Qgis-tr@lists.osgeo.org">Qgis-tr@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-tr" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-tr</a><br>
</div></div></blockquote></div><br></div>