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

index 53b49f1..2a918ce 100644 (file)
@@ -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)';
             }
         }