Bug? Inserting with not null

Started by Antonio Garcia Mariover 27 years ago1 messagesgeneral
Jump to latest
#1Antonio Garcia Mari
agarcia@at4.net

Table = edicion
numero_edicion int4 not null
fecha_edi datetime not null
abierta_edi bool default 't'
publicada_edi bool default 'f'

my_db=> INSERT INTO edicion ( numero_edicion,abierta_edi,fecha_edi) VALUES ( 3,'t',fecha_edi) ;
INSERT 0 0

Is this the right behaviour?

Antonio Garcia Mari
AT4.net Internet y Comunicaci�n
http://www.at4.net/