in reply to Whitespace issues in testing
create table foo ( id INTEGER NOT NULL PRIMARY KEY, name VARCHAR(32) NOT NULL, age integer );
My version would look like:
What you really want is Test::SQL, not Test::ControlWhitespace.create table foo ( id INTEGER NOT NULL PRIMARY KEY ,name VARCHAR(32) NOT NULL ,age integer );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Whitespace issues in testing
by jhourcle (Prior) on Feb 28, 2006 at 14:49 UTC |