projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
024a705
)
DB2 compat: add new artist rank field to col_info_for test
Jess Robinson [Fri, 30 Jan 2009 14:33:24 +0000 (14:33 +0000)]
t/745db2.t
patch
|
blob
|
blame
|
history
diff --git
a/t/745db2.t
b/t/745db2.t
index
48f975c
..
5d628e8
100644
(file)
--- a/
t/745db2.t
+++ b/
t/745db2.t
@@
-60,6
+60,11
@@
my $test_type_info = {
'is_nullable' => 1,
'size' => 10
},
+ 'rank' => {
+ 'data_type' => 'INTEGER',
+ 'is_nullable' => 1,
+ 'size' => 10
+ },
};