Subject Re: [Firebird-Architect] External engines - security
Author Adriano dos Santos Fernandes
Roman Rokytskyy wrote:
>> We'll not allow calls for non-registered methods directly from the database.
>>
>
> See my recent post: a) you can't do it; b) you don't want to do it. :)
It seems we're each one misunderstand the others. :-)

I mean, we'll not have something like this direct in PSQL:
java_plugin_call('MyClass.myProcedure');

I.e., call a non registered (in FB) external procedure.

Though we can't and shouldn't prevent the user from write such external
procedure that do this.


Adriano