Kubo Takehiro
Kubo Takehiro
@tomrus88 I updated `plthook.h` and `plthook_osx.c`. Could you check whether it works for you?
Thank you for reporting this issue. Unfortunately, due to a shift in my personal interests, this project is now archived. Consequently, I have closed all open issues and pull requests....
Thank you for contribution. Unfortunately, due to a shift in my personal interests, this project is now archived. Consequently, I have closed all open issues and pull requests. If you're...
Thank you for contribution. Unfortunately, due to a shift in my personal interests, this project is now archived. Consequently, I have closed all open issues and pull requests. If you're...
[`REF` data type](https://docs.oracle.com/en/database/oracle/oracle-database/23/lnoci/data-types.html#GUID-43D2E2C0-E0B1-4712-AAEC-17DC8B84AE7B) isn't supported by rust-oracle. It is an ODPI-C limitation as @cjbj mentioned. Oracle Call Interface (OCI) supports it. Its data type code is [`SQLT_REF`](https://docs.oracle.com/en/database/oracle/oracle-database/23/lnoci/data-types.html#GUID-43D2E2C0-E0B1-4712-AAEC-17DC8B84AE7B). [ODPI-C](https://oracle.github.io/odpi/) converts the...
@hxiaoyun See https://github.com/pgaudit/pgaudit/issues/282#issuecomment-3367768173
@thenefield As for the option 1, the pgaudit.def file contains unnecessary symbols. Remove all unresolved external symbols in the errors. I haven't tried it, but if I were to, I'd...