Normand Briere
2019-07-23 cf7cfa1c792eebba606a48aa648893f6e4873263
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];