Oracle database TextField limitations and Django admin interface queries

2013-04-10 Thread Lauri Savolainen
A little background: my application is used to manage observational data which is collected from designated routes annually. Each route object has a set of observation events which in turn have a date field. The data is managed by using a (terrible) customized Django admin interface. In the adm

Re: Oracle database TextField limitations and Django admin interface queries

2013-04-12 Thread Lauri Savolainen
DESC Executing it via the Django management shell django.db.connection produces the same error (ORA-00932: inconsistent datatypes: expected - got NCLOB) but when I remove the "app_route"."location_description" field from the SELECT projection the query executes success

Re: Oracle database TextField limitations and Django admin interface queries

2013-04-19 Thread Lauri Savolainen
On Saturday, April 13, 2013 7:54:43 PM UTC+3, Ian wrote: > > On Saturday, April 13, 2013 10:40:10 AM UTC-6, Ian wrote: >> >> On Friday, April 12, 2013 7:43:32 AM UTC-6, Lauri Savolainen wrote: >>> >>> Thank you for the reply, >>> &g