Subject Re: [Firebird-Architect] RFC: Cross database queries
Author Adriano dos Santos Fernandes
Roman Rokytskyy escreveu:
> Because such change would require coordinated release of the database
> engine and all drivers that we have (Jaybird, .Net provider, ODBC-JDBC)
> and third-party providers (IBPP, PHP, FIBPlus, IBObjects) to make the
> feature usable everywhere and not distract customers (what if FIBPlus
> will support it, while IBObject won't?). In my opiniton we're simply not
> yet ready for such thing. Too big change, I think.
We can't fix or enhance third-party libraries.

We need to propose a way to use the new SQLDA version only if one
requested it.

If not, and a long identifier is sent to the client, an exception should
be throw.

We greater field length in SQLDA to:
- Replace broken UNICODE_FSS by UTF8 in system tables
- Increase identifier length

We also need a way to pass strings of unknown length.


Adriano