Displaying 1 result from an estimated 1 matches for "nclob".
Did you mean:
clob
2008 Dec 05
1
ActiveRecord Oracle and nvarchar2 or nclob datatype
...ve a specific maximum length.
I often get an error Value too long for column when doing my inserts/
updates, but in fact that is not the case.
I ve taken a look at the generated sql statements....
As far as I know you should add a "N" in front of the quoted value for
oracle nvarchar2 or nclob datatypes...
That s not happening inside of ActiveRecord, which is in my opinion
the reason for my errors.
Has anybody a solution for this issue?
Thanks a lot in advance..
Volker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the G...