Re: ANNOUNCE:- ibm_db_django-0.1.4 IBM Dataservers backend support for Django 1.1 Released

2009-10-28 Thread Tarun Pasrija
nd Regards Tarun Pasrija Open Source Application Development IBM India Software Labs On Oct 22, 9:49 am, Tarun Pasrija wrote: > IBM_DB_DJANGO-0.1.4 > ---IBM_DB_DJANGOadaptor enables access to IBM > databases from Django > applicationshttp://www.d

ANNOUNCE:- ibm_db_django-0.1.4 IBM Dataservers backend support for Django 1.1 Released

2009-10-21 Thread Tarun Pasrija
de.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Cheers, Tarun Pasrija Open Source Application Development IBM India Software Labs DB2 Cobra is now available. Download Express-C for free, go to: --

ANNOUNCE:- ibm_db_django-0.1.2 IBM Dataservers backend support for Django 1.1 Released

2009-08-06 Thread Tarun Pasrija
tp://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Cheers, Tarun Pasrija Open Source Application Development IBM India Software Labs DB2 Cobra is now available. Download Express-C for free, go to: -

Re: Regression test cases - foreign key updation problem

2009-08-04 Thread Tarun Pasrija
Hi Karen Thanks for your reply. I have found out a set integrity off clause in DB2. I would try to work this out and see if it helps. On Jul 31, 5:13 pm, Karen Tracey wrote: > On Fri, Jul 31, 2009 at 3:15 AM, Tarun Pasrija > wrote: > > > > > Hi > > > While regres

Re: Regression test cases - foreign key updation problem

2009-08-04 Thread Tarun Pasrija
Tarun Pasrija On Jul 31, 5:13 pm, Karen Tracey wrote: > On Fri, Jul 31, 2009 at 3:15 AM, Tarun Pasrija > wrote: > > > > > Hi > > > While regressing the ibm_db_django adaptor to support Django 1.1, I > > found the following behavior. Few of the regres

Regression test cases - foreign key updation problem

2009-07-31 Thread Tarun Pasrija
: [1,2] it throws an error saying that these values of primary key of the parent table referenced does not exist. In practice this is a correct error but many databases may overcome this by turning off check of constraints. However, all databases do not support it like DB2 for example. Plea

Re: Database Backend for SQL Anywhere available

2009-06-25 Thread Tarun Pasrija
Hi Nathan/Russell I believe Nathan has already included IBM_DB2 also as a part of documentation. Thanks Nathan for that. Coincidence that DB2 support and SQL Anywhere support for Django came about the same time. Thanks and Regards Tarun Pasrija Open Source Development IBM India Software Labs

ANNOUNCE:- ibm_db_django - IBM Dataservers backend support for Django Application Framework.

2009-06-23 Thread Tarun Pasrija
and help details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Cheers, Tarun Pasrija DB2 Cobra is now available. Download Express-C for free, go to: https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source

Unicode Error - model_regress

2009-06-11 Thread Tarun Pasrija
In the regression suite, I ran the model model_regress and it fails with the following error:- Database - MYSQL Platform - Windows BrokenUnicodeMethod.objects.all() Expected: [] Got: [] On Linux this test case runs fine. The following code breaks in the test case:- class BrokenUnicode

Django 1.0.2 Test Suite - Modeltests-m2m_through

2009-05-26 Thread Tarun Pasrija
Hi In my effort to contribute rectification of Django test suite, I ran it using the following command to select the model as m2m_through $ python runtests.py --settings=settings --verbosity=2 m2m_through The output Failure result is as follows:- Failed example: Person.objects.filter(membe

Re: Django 1.1 Release Update

2009-05-07 Thread Tarun Pasrija
. Thanks for your updates. George, I am already on my way of working with 1.1 from the SVN to support my module. If I find any bugs and solutions for the existing ones, I would certainly get myself to contribute :) Thanks and Regards Tarun Pasrija On May 6, 8:26 pm, George Song wrote: > On 5/5/2

Django 1.1 Release Update

2009-05-06 Thread Tarun Pasrija
Hi All I recently checked the schedule for Django 1.1 final release and the website says April 13th. http://code.djangoproject.com/wiki/Version1.1Roadmap. Are there any updates about the change in schedule and when is the final going to be released? Thanks and Regards Tarun Pasrija