Re: Invalid character error using Oracle backed

2006-08-08 Thread Malcolm Tredinnick
On Tue, 2006-08-08 at 12:13 +0100, Bill de hÓra wrote: > Malcolm Tredinnick wrote: > > > For now, if you want to hack on the source for your initial > > testing/debugging, have a look in django/core/management.py around line > > 206. There's a line that says > > > > r_name = '%s_refs_%s_

Re: Invalid character error using Oracle backed

2006-08-08 Thread Bill de hÓra
Malcolm Tredinnick wrote: > For now, if you want to hack on the source for your initial > testing/debugging, have a look in django/core/management.py around line > 206. There's a line that says > > r_name = '%s_refs_%s_%x' % (r_col, col, abs(hash((r_table, > table > > (it's

RE: Invalid character error using Oracle backed

2006-08-07 Thread Hancock, David \(DHANCOCK\)
SQL was executed. I see in the DB API docs how to do that in an interactive session, but from the command-line manage.py would be great. Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behal

Re: Invalid character error using Oracle backed

2006-08-05 Thread Michael van der Westhuizen
Hi, On 8/6/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Sat, 2006-08-05 at 08:15 -0700, David wrote: [snip] > > File "django/db/backends/oracle/base.py", line 70, in execute > > return Database.Cursor.execute(self, query, params) > > cx_Oracle.DatabaseError: ORA-00911: invalid c

Re: Invalid character error using Oracle backed

2006-08-05 Thread Malcolm Tredinnick
On Sat, 2006-08-05 at 08:15 -0700, David wrote: > Django-0.95, with Oracle backend patch (latest: 3496?) applied. > Python 2.4 on Linux > Oracle XE and Oracle 10gR2 > > When I try to run syncdb using the Oracle backend, I reliably get the > following error (last part of traceback only, let me kno

Invalid character error using Oracle backed

2006-08-05 Thread David
Django-0.95, with Oracle backend patch (latest: 3496?) applied. Python 2.4 on Linux Oracle XE and Oracle 10gR2 When I try to run syncdb using the Oracle backend, I reliably get the following error (last part of traceback only, let me know if I should post the whole traceback): File "django/db/