Normand Briere
2019-04-22 a9e12f6c508810604c8c91ee15451776b08ce1a1
timeflow/data/db/ArrayDB.java
....@@ -43,7 +43,7 @@
4343
4444 public ArrayDB(String[] fieldNames, Class[] types, String source)
4545 {
46
- this.schema = new Schema();
46
+ this.schema = new Schema(false);
4747 this.source = source;
4848 int n = fieldNames.length;
4949 fields = new Field[n];