]> source.dussan.org Git - jackcess.git/commitdiff
actually cache prop columns
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 10 Oct 2013 01:42:06 +0000 (01:42 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 10 Oct 2013 01:42:06 +0000 (01:42 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@815 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/PropertyMaps.java

index 3ffd9081366a8813d64ee6186c421d9dba11053f..19e9c3a0d0cbf54011e8533f3b2bffb02a95f90a 100644 (file)
@@ -284,6 +284,8 @@ public class PropertyMaps implements Iterable<PropertyMap>
         if(col.isVariableLength()) {
           col.setLength((short)colType.getMaxSize());
         }
+
+        _columns.put(dataType, col);
       }
 
       return col;