Subject Re: [firebird-support] default value
Author Paul Vinkenoog
Hi Martijn,

> This is like this is since IB 6.0... On a required, newly added
> column, the default will be displayed on a SELECT. I'm not sure if
> it also physically updates the data.

Yes, on a not null column with default it does.

On a not null column without default it does not, but shows 0 on a
select.

On a nullable column it also doesn't, but shows <null> on a select.


Greetings,
Paul Vinkenoog