projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3efb63c
)
sodding SQLT tests
Matt S Trout [Tue, 4 Jul 2006 19:51:19 +0000 (19:51 +0000)]
t/86sqlt.t
patch
|
blob
|
blame
|
history
diff --git
a/t/86sqlt.t
b/t/86sqlt.t
index
778a000
..
92d90f2
100644
(file)
--- a/
t/86sqlt.t
+++ b/
t/86sqlt.t
@@
-139,7
+139,7
@@
my %fk_constraints = (
'display' => 'treelike->treelike for parent',
'selftable' => 'treelike', 'foreigntable' => 'treelike',
'selfcols' => ['parent'], 'foreigncols' => ['id'],
- on_delete => '', on_update => '',
+ on_delete => 'CASCADE', on_update => 'CASCADE',
},
],