Re: Django 1.7 ORA-01461 Error on inserting session data >=2k characters

2015-07-22 Thread Vuppuluri Rohit
Steps to replicate this issue: Install Django 1.7.7 Install cx_oracle=5.2 Create a django project and a simple model. Go to the shell using python manage.py Run the following: https://dpaste.de/cpcV On Wednesday, July 22, 2015 at 12:20:17 PM UTC-5, Vuppuluri Rohit wrote: > > When try

Django 1.7 ORA-01461 Error on inserting session data >=2k characters

2015-07-22 Thread Vuppuluri Rohit
When trying to insert session data with 2k characters or greater into the database, an error shows up: ORA-01461: can bind a LONG value only for insert into a LONG column T