[sqlalchemy] Re: NVARCHAR doubt

2014-09-30 Thread Mariano Mara
Sorry, I meant NCLOB, not NVARCHAR. 2014-09-30 16:57 GMT-03:00 Mariano Mara mariano.m...@gmail.com: Hi there. I have some code that works ok in PG and now I need to make it work with Oracle, however I am hitting this error with NVARCHAR and I am not sure how to handle it. First a small code

[sqlalchemy] Re: NVARCHAR doubt

2014-09-30 Thread Mariano Mara
I just noticed that the error code comes from oracle directly and it is not sqlalchemy related. Looks like the best way is not to use an unicodetext field (if I plan to use to to group results). Probably I failed to read such limitation in oracle's doc. Sorry for the inconvenience. 2014-09-30