https://bugs.freedesktop.org/show_bug.cgi?id=74019

--- Comment #15 from Lionel Elie Mamane <lio...@mamane.lu> ---
(In reply to comment #14)

> This hardcoded 10 (my guess) needs to be replaced by *runtime-determined*
> right value of columns in the query.

Reading the Firebird API doc, section DSQL programming methods / Method 3 page
101 (http://www.ibphoenix.com/files/60ApiGuide.zip - linked from
http://www.firebirdsql.org/en/reference-manuals/), actually what the code does
looks OK from a cursory glance. Try with 10, and if this is not enought, then
reallocate and call isc_dsql_describe again.

Indeed, there was a

 out_sqlda->sqln = n;

missing, which Julien just added.

Julien: doesn't your patch for bug 79714 actually fix this bug, too?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to