Hi! I use Oracle database and have Course model. It has description.
Description can be more than 4000 so I set it as Clob type. In my code I have *course.update description: my_large_description_here* But unfortunately it raises an error OCIError: ORA-01704: string literal too long Seems like Sequel saves it like ordinary string. What should I do to save text as Clob? Thank you very much. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
