Hello, i'm having this issue with SQLKATA with Orcale :
In my database, i have this kind of column --> Varchar2(4000)
with data like this
"TEST[CR][LF]TEST1[CR][LF]TEST2"
But in my query result, from a select instruction, i have this :
"TEST[CR][LF]"
So my data seems to be truncate, but i don't see where i can change this.
Is it in the complier ?
Thanks for your help!