Normand Briere
2019-09-28 57f4646563d6757f65ddc00ca38975c352d76de7
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];