We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd9b88 commit a722e57Copy full SHA for a722e57
2 files changed
.gitignore
@@ -88,3 +88,7 @@ doc/ref/examples/generated/com/tightdb/refdoc/*.java
88
89
# generated json output in ref doc json example
90
doc/ref/examples/fromServlet
91
+
92
+java/share/java/*.jar
93
94
+tightdb_jni/src/java/lib/l*.jnilib
tightdb-java-test/src/test/java/com/tightdb/experiment/InsertPerformance.java
@@ -14,6 +14,7 @@ public static void main(String[] args) {
14
t.addColumn(ColumnType.STRING, "String");
15
t.addColumn(ColumnType.BOOLEAN, "Bool");
16
t.addColumn(ColumnType.INTEGER, "Long");
17
18
t.addColumn(ColumnType.DATE, "Date");
19
20
Long timer = System.currentTimeMillis();
0 commit comments