On 03/06/12 13:06, Dimitry Sibiryakov wrote:
> 06.03.2012 10:03, Alex Peshkoff wrote:
>> Does it mean that in dialect 1 we keep old limits like number of streams?
>    It means that you keep old limits for applications which use old BLR 
> dialects.
>

But it's the same:

dsql:
    if (dsqlScratch->clientDialect > SQL_DIALECT_V5)
        statement->addFlags(DsqlCompiledStatement::FLAG_BLR_VERSION5);
    else
        statement->addFlags(DsqlCompiledStatement::FLAG_BLR_VERSION4);

gpre:
   if (!(gpreGlob.cur_routine->act_flags & ACT_main))
        request->req_flags |= REQ_local;
    if (gpreGlob.sw_sql_dialect <= SQL_DIALECT_V5)
        request->req_flags |= REQ_blr_version4;



------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to