Guys, who even got Django-to-Firebird database backend working, or knows how to, tell me please, how I can retrieve valid one? Maybe, there is guru who knows a common structure of the backend? In this case I can write it myself, maybe. I am finally tired out making cripplings to existing backend, but, now it can only support basic model functionality, such as queries with joins. I can not carry on. DjangoAdmin is not working, and, also, slicing. I am very disappointed and do not know what to do. Queries django constructs for slicing contains LIMIT word at the end, like for SQLite, not FIRST word after SELECT, which is needed by Firebird. I only need about 12 first records from about several thousands. All data is being queried so long... Help me, please!
P.S. I use Django 1.0, FireBird 2.0, Python 2.5.2. P.P.S. I googled, tried http://code.djangoproject.com/ticket/1261, but unsuccessfully. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---