Subject | Re: [firebird-support] Firebibrd 2.0 limitations |
---|---|
Author | Ivan Prenosil |
Post date | 2006-11-16T09:08:12Z |
> I,ve made tests for combination of simple selects, selects with joins and nested views, and every time there is limit for 128This works
> streams in Fb 1.5.3
>
> The same limitation - 128 - exists in FB2.0 but error info is:
> Too many Contexts of Relation/Procedure/Views. Maximum allowed is 255.
select * from rdb$database, rdb$database, ... 255x
but you are right that for some constructs the limit appear to be half.
About two years ago somebody explained the reason (on devel list),
I forgot it, but I can try to find that message.
Ivan