On 12/10/21 18:52, Gabor Boros wrote:
2021.12.10. 12:43 keltezéssel, Alex Peshkoff via Firebird-devel írta:
Try such function please:
Results of the below script
Pi OS 64bit:
/lib/aarch64-linux-gnu
/lib
Debian 11 32bit:
/lib/i386-linux-gnu
/lib
Debian 11 64bit:
/lib/x86_64-linux-gnu
Al
On 12/10/21 14:41, Pavel Cisar wrote:
Hi all,
our test suite contains many tests that depend on specific server
configuration settings (mostly related to security, encryption, pools,
timeouts, transactions etc.). As these configuration requirements may
contradict each other, it's not possible
2021.12.11. 19:05 keltezéssel, Alex Peshkoff via Firebird-devel írta:
Almost OK - please try this sligntly modified form:
#!/bin/sh
clear
CorrectLibDir() {
ld=${1}
case $(uname -m) in
i686)
LDL=ld-linux.so
;;
x86_64)
Em sáb., 11 de dez. de 2021 18:03, Alex Peshkoff via Firebird-devel <
firebird-devel@lists.sourceforge.net> escreveu:
> I see no big use in full support of v.3. Requested UDR is trivial but I
> highly displike requirement of keeping it in std distro of firebird.
>
If it does not return sensitive
12.12.2021 01:21, Adriano dos Santos Fernandes wrote:
If it does not return sensitive information, I see no problem in add it
to examples UDR project.
I like the idea about /examples, but the server configuration *is*
sensitive information, if exposed to a non-DBA user. So the examples
scri