projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a60e0f4
)
Informix: write out highest precision datetime (until we can parse the datetime preci...
Rafael Kitover [Sat, 1 May 2010 15:41:45 +0000 (11:41 -0400)]
lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
b/lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
index
53b49f1
..
2a918ce
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
+++ b/
lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
@@
-182,7
+182,7
@@
EOF
$result->{$col}{data_type} = 'date';
}
elsif ($type == 10) {
- $result->{$col}{data_type} = 'datetime';
+ $result->{$col}{data_type} = 'datetime year to fraction(5)';
}
}