Subject Re: [firebird-support] Invalid Blob ID and Charset
Author Vlad Khorsun
> On Wed, Sep 16, 2009 at 6:32 PM, Vlad Khorsun wrote:
>> See http://tracker.firebirdsql.org/browse/CORE-2632
>
> This is great! Thanks!
> Where do I get binaries with this patch to test?

Check for snapshot builds. Currently Windows builds are prepared by DY
and DY on vacation till end of week. So i expect to see new snapshots at
the next week.

> Also, since 2.1.3 is out I'm going to have to find a way around this
> issue. Any suggestions?

a) Issue only one query in transaction, or
b) Run select mon$sql_text from mon$statements as the first query in transaction
(you don't have to read blobs, just obtain its ID's)

Regards,
Vlad