Opened 19 years ago
Closed 18 years ago
#3953 closed (invalid)
syncdb throws cx_Oracle.DatabaseError: ORA-00911: invalid character
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev | 
| Severity: | Keywords: | oracle | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
$python manage.py syncdb 
throws cx_Oracle.DatabaseError: ORA-00911: invalid character
I currently have the latest trunk release checked out (4939) and I'm
also using cx_Oracle 4.3.
I don't get any errors when I issue:
$python manage.py sqlall <app name> 
Change History (3)
comment:1 by , 19 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | new → closed | 
comment:2 by , 18 years ago
| Resolution: | invalid | 
|---|---|
| Status: | closed → reopened | 
The problem exists in Release 0.96.1 which was builded after the backmerge of the oracle-sprint, isn't it ?
So I reopen this ticket.
comment:3 by , 18 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | reopened → closed | 
No, the 0.96 release was tagged at revision 4810 and the Boulder sprint branch didn't get merged to trunk until 5519, quite a bit later.  
True 0.96.1 was built after that, but it only contains essential security fixes on top of the 0.96 base, nothing else.
Checked out the latest revision of the boulder sprint branch and this problem is fixed there.