Hi,
When I have a, say, procedure like:
create procedure foo
...
engine bar;
Is the "bar" always the filename (without extension)? Can it be somewhat
"renamed" in plugins.conf? And how is the defaultName in
registerPluginFactory method fits into that?
Thanks.
--
Mgr. Jiří Činčura
Independent I
> So it seems being the tool problem. If it always passes SQL string
> length to the old API (instead of passing zero), then the issue is
> perfectly expected. I can confirm that FlameRobin works exactly this
> way, so it cannot process SQL statements longer than 64KB.
>
>
> Dmitry
>
>
Hi D
Error messages differ when regular user tries to RESTORE database, depending on
his default role and (perhaps) system privilege USE_GBAK_UTILITY
23.06.2016 15:37, Adriano dos Santos Fernandes wrote:
>
>> 23.06.2016 13:59, liviuslivius wrote:
>>> i have attached file to http://tracker.firebirdsql.org/browse/CORE-1117
>> I see that it fails way before the 64KB limit, with just the first union
>> part (simplified):
>
> The whole attached query
On 23/06/2016 08:39, Dmitry Yemanov wrote:
> 23.06.2016 13:59, liviuslivius wrote:
>> i have attached file to http://tracker.firebirdsql.org/browse/CORE-1117
> I see that it fails way before the 64KB limit, with just the first union
> part (simplified):
>
>
The whole attached query works for me in
W dniu 2016-06-23 13:39:12 użytkownik Dmitry Yemanov
napisał:
> 23.06.2016 13:59, liviuslivius wrote:
> >
> > i have attached file to http://tracker.firebirdsql.org/browse/CORE-1117
>
> I see that it fails way before the 64KB limit, with just the first union
> part (simplified):
>
> SELECT *
23.06.2016 13:59, liviuslivius wrote:
>
> i have attached file to http://tracker.firebirdsql.org/browse/CORE-1117
I see that it fails way before the 64KB limit, with just the first union
part (simplified):
SELECT *
FROM
UMOWA U
INNER JOIN WARUNKI W ON W.UMOWA_ID = U.UMOWA_ID AND W.DYR_ID =
W dniu 2016-06-23 09:28:54 użytkownik Dmitry Yemanov
napisał:
> 23.06.2016 10:24, liviuslivius wrote:
> >
> > is this really working in all situations? Especially with union?
> > I got error "Unexpected end of command - line 37, column 1779."
> > Statement length is 76618 chars.
> > If i remove
23.06.2016 10:40, Mark Rotteveel wrote:
> Are you using the old or new API. The limit still exists when the old
> API is used.
Not quite so. If you pass a zero-terminated string to the old API, it
will be able to process long queries correctly. Provided that a v3.0
fbclient.dll is used.
Dmitr
> I´d like to know if Is possible to install firebird client in a tablet
> with
> Windows 10 home edition.
I suppose it's going to be some x86 or similar processor. Than it's OK
and you can use the fbclient.dll from 32/64bit package provided.
--
Mgr. Jiří Činčura
Independent IT Specialist
Are you using the old or new API. The limit still exists when the old API is
used.
Mark
- Bericht beantwoorden -
Van: "liviuslivius"
Aan: "[email protected]"
Onderwerp: [Firebird-devel] CORE-1117 - max sql command limit
Datum: do, jun. 23, 2016 09:24
Hi,
is this
23.06.2016 10:24, liviuslivius wrote:
>
> is this really working in all situations? Especially with union?
> I got error "Unexpected end of command - line 37, column 1779."
> Statement length is 76618 chars.
> If i remove ANY of the union part and length is back to <64K it work ok.
> I use current
Hi,
is this really working in all situations? Especially with union?
I got error "Unexpected end of command - line 37, column 1779."
Statement length is 76618 chars.
If i remove ANY of the union part and length is back to <64K it work ok.
I use current snapshot 3.0.1.32541 and FBClient in the sam
13 matches
Mail list logo