projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d6a0cc2
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/10sqlite_common.t
b/t/10sqlite_common.t
index
c80ff53
..
7feba6e
100644
(file)
--- a/
t/10sqlite_common.t
+++ b/
t/10sqlite_common.t
@@
-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{