LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-310] VARCHAR(0) should be illegal #562

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Tue, 4 Mar 2008 12:02:12 -0500 (GMT-05:00)"] This works, but it shouldn't per SQL:2003 Part 2 Section 6.1 Syntax Rule 4:

create schema xx;
create table xx(v varchar(0) not null primary key);