aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-09-14 14:02:14 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-09-14 14:02:14 -0400
commit842079426ac0b36ed6187faed231ecba15132b41 (patch)
treecced22ac4e9b5c9563e05ca204ce65a5380408bd
parenta60168c9376bff59ffd6cdd137ab7b7642cdce27 (diff)
downloadlevitating-842079426ac0b36ed6187faed231ecba15132b41.tar.gz
levitating-842079426ac0b36ed6187faed231ecba15132b41.zip
Additional fixes to checkin sql
-rw-r--r--captain/db.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/db.f90 b/captain/db.f90
index 42f1bfc..b9d1e61 100644
--- a/captain/db.f90
+++ b/captain/db.f90
@@ -1210,7 +1210,7 @@ contains
call date_and_time(values=right_now)
if(stmt%prepare(db, &
- "INSERT OR UPDATE INTO checkin(player, year, month, day, hour, minute, second, platform)" &
+ "INSERT OR REPLACE INTO checkin(player, year, month, day, hour, minute, second, os)" &
//" VALUES(?, ?, ?, ?, ?, ?, ?, ?)") &
== SQLITE_OK) &
then