Skip to content

Commit 81c84e0

Browse files
authored
Merge pull request #18 from vlkong/master
Fix typo in .dat
2 parents 2612dbd + 4ae08ab commit 81c84e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/studio_integration/demo.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ prepare {
2121
db.execute("CREATE TABLE result(oil VARCHAR(30), gas VARCHAR(30), blend FLOAT, a FLOAT)");
2222

2323
// write results to database
24-
db.update("items", "INSERT INTO result(oil, gas, blend, a) VALUES (?,?,?,?)");
24+
db.update("Result", "INSERT INTO result(oil, gas, blend, a) VALUES (?,?,?,?)");
2525
}
2626

2727
MaxProduction = 14000;

0 commit comments

Comments
 (0)