Cannot use select with collate on blob field created with domain
Key: CORE-6249
URL: http://tracker.firebirdsql.org/browse/CORE-6249
Project: Firebird Core
Issue Type: Bug
Hello, All.
I contrast to documentation where it is written "void detach(StatusType* status) –
replaces isc_detach_database(). On success releases interface." provider implementation
must not call release() in detach() because YValve will do that for it.
Am I right?
--
WBR, SD.
Fire
On 17/02/2020 04:39, Jiří Činčura wrote:
> The package itself has only one procedure with this definition:
> CREATE OR ALTER PACKAGE QRY_STAFF AS
> begin
> procedure SALES_PER_USER_PRODUCTGROUP (
> IN_FROM D_DATE,
> IN_UNTIL D_DATE)
> returns (
> OUT_US_NAME type of column T_U
> Please send a complete test case with the needed metadata of all objects.
I can't, because when I build the database from metadata, the problem does not
occur. I can only share gbak backup/database with you (privately as it contains
customer data and structures).
--
Mgr. Jiří Činčura
https:/
On 17/02/2020 14:34, Jiří Činčura wrote:
> I can only share gbak backup/database with you (privately as it
> contains customer data and structures).
Ok, please send it.
Adriano
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel
> Ok, please send it.
Sent. To the email you use here.
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel
On 17/02/2020 04:39, Jiří Činčura wrote:
> The package itself has only one procedure with this definition:
> CREATE OR ALTER PACKAGE QRY_STAFF AS
> begin
> procedure SALES_PER_USER_PRODUCTGROUP (
> IN_FROM D_DATE,
> IN_UNTIL D_DATE)
> returns (
> OUT_US_NAME type of column T_U