Hi,
Is there a way to make postgresql to automatically convert integer
values to boolean?
Consider
create table x (a boolean);
insert into x (a) values (1);
the inser fails :-(
Is there a way to make it work without altering the insert command?
Чтобы сделать работу с сайтом удобнее, мы используем cookie и аналитический сервис «Яндекс.Метрика». Продолжая пользоваться сайтом, вы соглашаетесь с их использованием.