publicprofile

Results 20 comments of publicprofile

I need to do something similar, how can I inject new texts on runtime to translate new texts after the angular config phase was procesed? I don't understand the explanations...

Hi @solanoepalacio sorry if I'm not answering any of your questions, I'm totally unknowledge about Kafka but I did an investigation about the issue trying to help and I find...

Seems to be like the repro steps section is outdated, Batching example is not anymore available. Nice way to avoid people to request the feature lol 👀

this is still bugged, some news about it?

Hi, sure: ``` [Sql.Expression("MyPkg.MyFunction({0})", ServerSideOnly=true)] public static bool MyFunction(string myParameter) ```

Hi the function definition in plsql is: ``` FUNCTION MY_FUNCTION (myParameter in VARCHAR2) RETURN BOOLEAN IS BEGIN --...function implementation.... END ```

Yes, the https://github.com/linq2db/linq2db/issues/3740 issue is happening because boolean is not compatible for SQL, but in this case I'm trying to run a stored procedure, it's supposed to support BOOLEAN in...

I see, same root cause different issue, thx for the clarification, it is not clear how this affects backward compatibility if an stored procedure with a int type on data...

Hello all, Mr @MaceWindu , any news regarding this feature? it exists any workaround to pass table types to stored procedures methods in linq2db? I listen for any advise thx

I would like to help but im so lost xD I accept ideas, and tips to look and learn