Re: UnicodeDecodeError after update of trunk

2007-07-13 Thread frank h.
> By the way, this is probably a more appropriate thread for django-users, > since it's not really involved with the development of Django itself. I > wasn't concentrating when I hit reply. ups, my bad, but thanks for the answer anyway! I will look at the things you pointed out

UnicodeDecodeError after update of trunk

2007-07-13 Thread frank h.
Hi, I get the following stacktrace after updating trunk (to post-unicode- branch-merge) I am posting this here, because I don't see any of my views involved in the stacktrace and I have a hard time figuring out what is wrong (having followed all the steps here

Re: SQL generated from oracle-boulder-sprint doesn't work with Oracle9i

2007-03-19 Thread frank h.
as much maintenance and bug fixing as I can on > the boulder-oracle-sprint branch. I test against 9i as well as 10g > XE. > > If you could do as James suggests and post a detailed bug report > athttp://code.djangoproject.com/, I'll take a look and get it fixed. > > thanks, &

SQL generated from oracle-boulder-sprint doesn't work with Oracle9i

2007-03-19 Thread frank h.
Hello, I am trying to use Django with an Oracle9i database (the server version is "Oracle 9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production") using cx_Oracle, i can connect to the database fine. sqlplus and all other tools I've tried connect just fine. It is upon executing manage.py