Re: Bacula 15.0.2 update

Martin Simmons <[email protected]> Fri, 10 May 2024 18:39:07 +0100
Newsgroups gmane.comp.sysutils.backup.bacula.devel
Message-ID <[email protected]>
>>>>> On Fri, 10 May 2024 12:14:43 -0400, Phil Stracchino said:
> 
> This is the documented/tested behavior for missing values in MariaDB 
> 10.6 at least, which matches the *documented* behavior of MySQL 8.x:
> ... 
> Column declared NULL with no DEFAULT

I think "declared NULL" is non-SQL99 anyway.

> Column declared NOT NULL without DEFAULT (SQL99 violation)

Where does SQL99 say that this is a violation for CREATE TABLE?  You mentioned
AUTO_INCREMENT previously, but that is MySQL-specific.

__Martin