Adriano dos Santos Fernandes

Results 58 comments of Adriano dos Santos Fernandes

Could this be added to the library?

> dnsmasq.conf @erhan- What you have in your `dnsmasq.conf`?

I don't think partial changes should be integrated.

It would also be good to have what and how this is going to be implemented before the code is implemented.

We had similar problem fixed in https://github.com/FirebirdSQL/firebird/issues/7112, but it's MacOS specific. We fixed it disabling plugins unload. In Windows, let's say your code (in case of embedded) or your server...

If an UDF or external routine loads (through LoadLibrary/dlopen) some plugin library by any reason, the scenario I mentioned happens.

I suppose that if v4 opens an ODS 13.1 database with partial index, it may not work properly, trying to find entries in index without considering its condition, correct? Do...

Why not do it with external function?

> What exactly in Perl is "more powerful"? It can easily crash the server with ReDos.

> If it is BuildIn it's easier to roll out. In addition, I understand UDR in the way, that I have to define the datatype of the Input- and outputvalue....