one other big mysql->postgresql item

Поиск
Список
Период
Сортировка
От George Johnson
Тема one other big mysql->postgresql item
Дата
Msg-id 001d01c0632a$c25fac00$0300a8c0@jdsc
обсуждение исходный текст
Ответы Re: one other big mysql->postgresql item
Список pgsql-general
Hi,
 
Forgot one other biggy:
 
0000-00-00 00:00:00
 
is legal for a default value of '' of a datetime column defined as not null.
 
create table test (
funkydate datetime not null;
);
 
insert into test values ('');
 
select * from test where funkydate = '0000-00-00 00:00:00';
 
all those work, in MySQL, and I'm willing to bet a LOT of users have code reflecting that.
 
George Johnson

В списке pgsql-general по дате отправления: