04.05.2014 11:34, Simonov Denis wrote:
> Maybe you're right. But I am surprised at the difference in treatment in
> the Legacy and the new API. And also the fact that in Fb2.5 is handled
> differently.

   Following patch should fix the issue:

> Index: why.cpp
> ===================================================================
> --- why.cpp   (revision 59496)
> +++ why.cpp   (working copy)
> @@ -215,7 +215,7 @@
>       SQLDAMetadata::DataBuffer buffer;
>  };
>
> -SQLDAMetadata::SQLDAMetadata(const XSQLDA* aSqlda) : offsets(NULL), 
> length(0), speedHackEnabled(false)
> +SQLDAMetadata::SQLDAMetadata(const XSQLDA* aSqlda) : offsets(NULL), 
> count(0), length(0), speedHackEnabled(false)
>  {
>       sqlda = aSqlda;
>

-- 
   WBR, SD.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to