change sqlite is_nullable test to hopefully fail on the right config
Rafael Kitover [Tue, 23 Feb 2010 18:09:56 +0000 (13:09 -0500)]
t/10sqlite_common.t

index c80ff53..7feba6e 100644 (file)
@@ -18,7 +18,7 @@ my $tester = dbixcsl_common_tests->new(
             q{
                 CREATE TABLE "extra_loader_test1" (
                     "id" NOT NULL PRIMARY KEY,
-                    "value" VARCHAR(100) NOT NULL
+                    "value" TEXT UNIQUE NOT NULL
                 )
             },
             q{