Subject Re: [Firebird-Architect] Re: External Engines (and Plugins)
Author Dmitry Yemanov
Vlad Khorsun wrote:
>
> This is not SQL-language interface. This is C++ interface.

I agree with Vlad here. 1-based indices are OK when working with SQL, be
it syntax details or error messages. Users shouldn't be affected by our
internal C++ implementation. But the public API is intended for C/Delphi
programmers and 0-based indices are much more natural for them.


Dmitry