Bikram Chatterjee
Bikram Chatterjee
👍 @ferd for work around. I feel the same way about the default 'noise' (was hesitating because of that to raise this). However, last time I tried `rebar3 shell` I...
@ferd is there a way to tell `rebar3 shell` to use `werl.exe` (instead of `erl.exe`) for/if windows? I have got nothing against `erl.exe` except the annoance of not having TAB...
> > jsx:encode(#{emoji => }). > > You are trying to do a strange/wrong thing. There can be no surrogates in utf-8 binaries. > jsx works correctly. Agree! > ```...
@acautin In https://github.com/K2InformaticsGmbH/erloci/blob/480fe1388ee377e5be869155945762637f6dd3ad/src/oci_util.erl#L287 and https://github.com/K2InformaticsGmbH/erloci/blob/480fe1388ee377e5be869155945762637f6dd3ad/src/oci_util.erl#L295 ...is it giving you correct result if you replace `Ns:4/little-unsigned-integer-unit:8` with `Ns:4/big-unsigned-integer-unit:8`
#5 is an old a bug, it probably doesn't apply any more. I will try to verify and close that later! 👍 for find it!
Also need to update this test case with better verification for correctness of API https://github.com/K2InformaticsGmbH/erloci/blob/480fe1388ee377e5be869155945762637f6dd3ad/test/erloci_test.erl#L963-L966 **Currently API correctness isn't checked.**
[This](https://docs.oracle.com/database/121/LNOCI/oci12oty.htm#GUID-4CE74470-CF8E-44E0-8984-2B154D0E29AC) will deprecate most of `oci_util` APIs For example: 
This better to be done correctly in NIF driver than trying to fix this here! Will possibliy be closed after further evaluation.
@whitepaperclip Thanks for using erloci I hope it has served you satisfactorily so far. It seems like you are trying to upgrade to OTP 22. However, we are depectaing erloci...