I'm glad it worked!  Let me know if you run into any other issues.
The more people that look at this patch, the better.  The one known
gap in functionality is paging support, but everything else should
work.

On 10/26/06, abc123 <[EMAIL PROTECTED]> wrote:
>
> Hi Sean,
>
> Enthused by your response, I also deleted my Django install, cleared
> out the database, and started from scratch. I installed the latest
> version from SVN trunk, patched automatically this time (patch applied
> cleanly), and it works fine now.
>
> I went through with diff to see what I'd done wrong before, and I'd
> messed up at the line in base.py where the cursor was being created
> (line 77) - I had cursor = self.connection.cursor, when I should have
> had cursor = Cursor(self.connection).
>
> So, I can now do syncdb and inspectdb without errors. I will carry on
> exploring and see how far I get.
>
>
> Thanks very much for your help.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to