Many improvements of bigint handling across various DBD::SQLite versions
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index 38fde7a..c26c9d6 100644 (file)
@@ -42,6 +42,8 @@ BEGIN {
     ,
 
     ASSERT_NO_INTERNAL_WANTARRAY => $ENV{DBIC_ASSERT_NO_INTERNAL_WANTARRAY} ? 1 : 0,
+
+    IV_SIZE => $Config{ivsize},
   };
 
   if ($] < 5.009_005) {