Re: [BUGS] BUG #1659: primary key accepts null value

2005-05-13 Thread Ezequiel Tolnay
Äbrahim wrote: The following bug has been logged online: Bug reference: 1659 Logged by: ÃÂbrahim Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Windows XP sp1 Description:primary key accepts null value Details: i m using pg 8.0.2 in a pro

Re: [BUGS] BUG #1659: primary key accepts null value

2005-05-12 Thread Michael Fuhr
On Wed, May 11, 2005 at 01:36:00PM +0100, İbrahim wrote: > > i m using pg 8.0.2 in a project with Visual Studio.NET at Windows Platform > but when i send a null value to my Prmary Key column it accepts that value. PRIMARY KEY implies NOT NULL. Are you sure the value being inserted is NULL and no

[BUGS] BUG #1659: primary key accepts null value

2005-05-11 Thread İbrahim
The following bug has been logged online: Bug reference: 1659 Logged by: İbrahim Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Windows XP sp1 Description:primary key accepts null value Details: i m using pg 8.0.2 in a project with Visu