Alexander Peshkov

Results 144 comments of Alexander Peshkov

On 10/6/22 12:27, ibexpertHK wrote: > > We were considering to get rid of the 64KB record limit (or maybe > raise it up to some sanity threshold e.g. 1MB),...

Version constants should be used in places like ` if (cloopVTable->version < 4)` and ` static const unsigned VERSION = 2;`

Public API changes should be applied in sync to other, non-C++, cloop generators.

On 10/10/22 13:44, Adriano dos Santos Fernandes wrote: > > Version constants should be used in places like > |if (cloopVTable->version < 4)| > > No, this is about previous...

On 10/10/22 13:45, Adriano dos Santos Fernandes wrote: > > Public API changes should be applied in sync to other, non-C++, > cloop generators. > > Do you mean Pascal?...

On 10/10/22 13:47, Adriano dos Santos Fernandes wrote: > > I'm thinking in change name pattern from |FIREBIRD_IPluginSet_VERSION| > to |FIREBIRD_IPLUGIN_SET_VERSION|. > > What do you think? > +1

Generate separate file with version definitions that may be included by people who needs version information in pascal? (but take into an account - I do not pretend to be...

The problem is that pascal API is already actively used by people. On the other hand nobody requested interfaces version information for pascal so far. I.e. we can wait for...

On 10/8/22 00:41, Dimitry Sibiryakov wrote: > > Firebird API doesn't support multiple result sets with different > metadata so if EB is not an option for you - nothing...

Certainly almost no problems here for embedded engine, performance problems are with remote access