[Firebird-devel] [FB-Tracker] Created: (CORE-4361) Deterministic stored functions in FB 3: provide ability to map input arguments to output values

2014-03-09 Thread Pavel Zotov (JIRA)
Deterministic stored functions in FB 3: provide ability to map input arguments to output values --- Key: CORE-4361 URL: http://tracker.firebirdsql.org/browse/CORE-4361

[Firebird-devel] IMessageMetadata::getLength() - const?

2014-03-09 Thread Dimitry Sibiryakov
Hello, All. What's the purpose for IMessageMetadata::getLength() method to be declared as const? Such declaration makes impossible to calculate length on demand and cache the result for future calls. Implementations have to either calculate it on every call, or do that in other places

Re: [Firebird-devel] InternalStatement::doExecute()

2014-03-09 Thread peshkoff
At some point of changes 4 parameters (blr, blr length, buffer, buffer length) were gathered in single structure. Later after adding message metadata 2 values left in that structure - metadata pointer and buffer pointer. Later structure was removed - 2 pointers are transfered now independently.

Re: [Firebird-devel] InternalStatement::doExecute()

2014-03-09 Thread Adriano dos Santos Fernandes
On 09-03-2014 15:18, peshk...@mail.ru wrote: > At some point of changes 4 parameters (blr, blr length, buffer, buffer > length) were gathered in single structure. Later after adding message > metadata 2 values left in that structure - metadata pointer and buffer > pointer. Later structure was remov