From 22e8ab6479334206f97b0093f6c5ffd14610cce3 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 18 Aug 2019 20:30:44 -0400
Subject: [PATCH] More credits
---
timeflow/data/db/ArrayDB.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/timeflow/data/db/ArrayDB.java b/timeflow/data/db/ArrayDB.java
index b8b570a..6a52a38 100755
--- a/timeflow/data/db/ArrayDB.java
+++ b/timeflow/data/db/ArrayDB.java
@@ -43,7 +43,7 @@
public ArrayDB(String[] fieldNames, Class[] types, String source)
{
- this.schema = new Schema();
+ this.schema = new Schema(false);
this.source = source;
int n = fieldNames.length;
fields = new Field[n];
--
Gitblit v1.6.2