Re: [Firebird-devel] ODP: Blob filters and UDF deprecation

2021-01-31 Thread Mark Rotteveel
On 31-01-2021 18:33, Alex Peshkoff via Firebird-devel wrote: On 1/31/21 8:23 PM, Karol Bieniaszewski wrote: As Udf’s are depricated, are somwhere all current udfs rewriten in udr form? I mean about fbudf.dll and ib_udf.dll and with source code to look at it as a sample for self written

Re: [Firebird-devel] ODP: Blob filters and UDF deprecation

2021-01-31 Thread Mark Rotteveel
On 31-01-2021 18:23, Karol Bieniaszewski wrote: As Udf’s are depricated, are somwhere all current udfs rewriten in udr form? I mean about fbudf.dll and ib_udf.dll and with source code to look at it as a sample for self written „udr_udf” ? Yes they are, for Firebird 4. Mark -- Mark Rotteveel

Re: [Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Alex Peshkoff via Firebird-devel
On 1/31/21 4:03 PM, Mark Rotteveel wrote: For me this is primarily academic curiosity, I don't actually use blob filters myself. That's definite reason why blob filters were not given much attention. Next: Ok, but deprecation of UDF implies the eventual removal of UDF related code. I do

Re: [Firebird-devel] ODP: Blob filters and UDF deprecation

2021-01-31 Thread Alex Peshkoff via Firebird-devel
On 1/31/21 8:23 PM, Karol Bieniaszewski wrote: As Udf’s are depricated, are somwhere all current udfs rewriten in udr form? I mean about fbudf.dll and ib_udf.dll and with source code to look at it as a sample for self written „udr_udf” ? See misc/upgrade/udf in linux distro. Sorry, do

[Firebird-devel] ODP: Blob filters and UDF deprecation

2021-01-31 Thread Karol Bieniaszewski
As Udf’s are depricated, are somwhere all current udfs rewriten in udr form? I mean about fbudf.dll and ib_udf.dll and with source code to look at it as a sample for self written „udr_udf” ? regards, Karol Bieniaszewski Od: Dimitry Sibiryakov Wysłano: niedziela, 31 stycznia 2021 17:57 Do: For

Re: [Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Dimitry Sibiryakov
31.01.2021 17:42, Mark Rotteveel wrote: On top of that, the current advise is to disable UdfAccess (None), which means blob filters can't work either if you have UDFs disabled. IMHO, this is a bug. So at minimum, I guess work should be done to separate blob filters from UDFs It is

Re: [Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Mark Rotteveel
On 31-01-2021 16:11, Dimitry Sibiryakov wrote: 31.01.2021 15:23, Mark Rotteveel wrote: As far as I'm aware, blob filters use the same mechanics for searching and loading entrypoints, including the UdfAccess setting.   But they don't have declarable parameters so there is no danger of

[Firebird-devel] [FB-Tracker] Created: (CORE-6479) COMMENT ON USER can only apply comment on user defined by the default usermanager plugin

2021-01-31 Thread Mark Rotteveel (JIRA)
COMMENT ON USER can only apply comment on user defined by the default usermanager plugin Key: CORE-6479 URL: http://tracker.firebirdsql.org/browse/CORE-6479

Re: [Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Dimitry Sibiryakov
31.01.2021 15:23, Mark Rotteveel wrote: As far as I'm aware, blob filters use the same mechanics for searching and loading entrypoints, including the UdfAccess setting. But they don't have declarable parameters so there is no danger of misdeclaring them which was the reason of UDF

Re: [Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Mark Rotteveel
On 31-01-2021 14:30, Dimitry Sibiryakov wrote: 31.01.2021 14:03, Mark Rotteveel wrote: Blob filters are a special type of UDF   No, it isn't. From the beginning it is a kind of plugins with fixed interface. As far as I'm aware, blob filters use the same mechanics for searching and

Re: [Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Dimitry Sibiryakov
31.01.2021 14:03, Mark Rotteveel wrote: Blob filters are a special type of UDF No, it isn't. From the beginning it is a kind of plugins with fixed interface. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] Blob filters and UDF deprecation

2021-01-31 Thread Mark Rotteveel
Blob filters are a special type of UDF, and in Firebird 4, UDF will be deprecated. Are there any plans for replacement, for example, defining blob filters through UDR? For me this is primarily academic curiosity, I don't actually use blob filters myself. Mark -- Mark Rotteveel