Re: [sqlalchemy] Problem with the UnicodeText type that stores data in an Oracle NCLOB column

2012-04-11 Thread Michael Bayer
On Apr 11, 2012, at 6:56 AM, Pierre Bossé wrote: > Hi everyone, > > We have a problem with the UnicodeText type that stores data in an > Oracle NCLOB column. > When we use a unicode string in python to write data in the table, we > are limited to 4000 characters while it is possible to store a

[sqlalchemy] Problem with the UnicodeText type that stores data in an Oracle NCLOB column

2012-04-11 Thread Pierre Bossé
Hi everyone, We have a problem with the UnicodeText type that stores data in an Oracle NCLOB column. When we use a unicode string in python to write data in the table, we are limited to 4000 characters while it is possible to store a lot more characteres (6000 in the following example) using a st