On Tue, Jul 16, 2013 at 12:23:10PM +0200, Reinier Olislagers wrote:
> On 16-7-2013 11:53, Henry Vermaak wrote:
> > Ranting from a position of ignorance seriously dilutes your credibility
> > in my book.
> 
> I'm just saying the rants may be justified if mysql cannot be configured
> to follow the RDBMS integrity norms.
> Obviously you don't know if that is possible either, so let's give the
> ranters the benefit of the doubt.

Sigh, I thought I was clear on that.  Using Graeme's example:

mysql> set sql_mode = TRADITIONAL;
Query OK, 0 rows affected (0.00 sec)

mysql> create table a (b int not null, c int not null);
Query OK, 0 rows affected (0.10 sec)

mysql> insert into a (b) values (1);
ERROR 1364 (HY000): Field 'c' doesn't have a default value
mysql> 

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to