Quoting Bogus?aw Brandys ([EMAIL PROTECTED]):
> All would be fine but look at this :
> 
> create table test(
> price double,
> amount double default 0
> );
> 
> 
> insert into test(price) values("12,0");
> 
> amount now = 0.0

Let's see - you insert 12,0 in the column "price", and you're complaining
that the value in a different column, "amount", is the default?  WTF?

> Of course it's not critical but maybe new pragma would be useful.

#pragma READ_MY_MIND


-- 
Paul Tomblin <[EMAIL PROTECTED]> http://xcski.com/blogs/pt/
I got told by a friend's ex-girlfriend that she could tell I was
a Linux geek from the way I *walked*.
              -- Skud

Reply via email to