[Firebird-devel] [FB-Tracker] Created: (CORE-6249) Cannot use select with collate on blob field created with domain

2020-02-17 Thread JIRA
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

[Firebird-devel] Calling release() in detach()

2020-02-17 Thread Dimitry Sibiryakov
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

Re: [Firebird-devel] Procedure has a signature mismatch on package body

2020-02-17 Thread Adriano dos Santos Fernandes
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

Re: [Firebird-devel] Procedure has a signature mismatch on package body

2020-02-17 Thread Jiří Činčura
> 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:/

Re: [Firebird-devel] Procedure has a signature mismatch on package body

2020-02-17 Thread Adriano dos Santos Fernandes
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

Re: [Firebird-devel] Procedure has a signature mismatch on package body

2020-02-17 Thread Jiří Činčura
> 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

Re: [Firebird-devel] Procedure has a signature mismatch on package body

2020-02-17 Thread Adriano dos Santos Fernandes
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