Re: DJango 1.8 test case fails with IntegrityError error

2015-09-23 Thread Jose Paul
Hi Shai, interprets_empty_strings_as_null is set to False Regards, Jose On Tuesday, September 22, 2015 at 5:39:14 PM UTC+5:30, Shai Berger wrote: > > On Tuesday 22 September 2015 09:39:17 Jose Paul wrote: > > Dear All, > > > > I am trying to run DJango 1.8 test cases with DB2 > > > > > > S

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-23 Thread Jose Paul
Hi Shai, interprets_empty_strings_as_null is set to False Regards, Jose On Tuesday, September 22, 2015 at 5:39:14 PM UTC+5:30, Shai Berger wrote: > > On Tuesday 22 September 2015 09:39:17 Jose Paul wrote: > > Dear All, > > > > I am trying to run DJango 1.8 test cases with DB2 > > > > > > S

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-22 Thread Shai Berger
On Tuesday 22 September 2015 09:39:17 Jose Paul wrote: > Dear All, > > I am trying to run DJango 1.8 test cases with DB2 > > > Several insert statement fails > > Here is the insert command generated by test case. > > INSERT INTO "AUTH_USER" ("PASSWORD", "LAST_LOGIN", "IS_SUPERUSER", > "USERNAM

DJango 1.8 test case fails with IntegrityError error

2015-09-22 Thread Jose Paul
Dear All, I am trying to run DJango 1.8 test cases with DB2 Several insert statement fails Here is the insert command generated by test case. INSERT INTO "AUTH_USER" ("PASSWORD", "LAST_LOGIN", "IS_SUPERUSER", "USERNAME", "FIRST_NAME", "LAST_NAME", "EMAIL", "IS_STAFF", "IS_ACTIVE", "DATE_JO