Ovid wrote:
> Hi all,
>
> I'm not proposing to write a Test::SQL module, but I am tired of having
> the following two things not being equivalent:
>
> CREATE TABLE foo (
> id INTEGER NOT NULL PRIMARY KEY,
> name VARCHAR(32) NOT NULL,
> title
> age INTEGER
> );
>
Hi all,
I'm not proposing to write a Test::SQL module, but I am tired of having
the following two things not being equivalent:
CREATE TABLE foo (
id INTEGER NOT NULL PRIMARY KEY,
name VARCHAR(32) NOT NULL,
title
age INTEGER
);
And:
create table foo (
id