Hi,

I am trying to develop new backend support for Django. I ran "python
manage.py test" command to execute test. Now I am facing following
problem:
1. Python Database API Specification v2.0 implementation that I am
using, supports "qmark" paramstyle. But it seems that the query that
got generated by Django is of "format" paramstyle. How can I get
queries in "qmark" paramstyle from Django?
2. Secondly I found that there are few queries in test suite which
contains LIMIT keyword. Now, my database does not supports LIMIT/
OFFSET keyword and because of this I am getting SQL ERROR. How can I
over come this problem?

Regards,
Ambrish Bhargava

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to