Normand Briere
2019-02-22 611518a0ff65fd05e517d44adbcec639570b86eb
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];