[racket-users] Re: Racket web-server question

2021-07-13 Thread Rohan Posthumus
Good evening Simon, Thank you so much for all your suggestions. I finally figured it out (after going down a few rabbit holes). It wasn't the database/connection that was the problem. When I used other software to view the tables, I could see that the queries were correct. My mistake was that I

[racket-users] Re: Racket web-server question

2021-07-08 Thread schle...@gmail.com
That is strange, I haven't had that problem. I assume you are using a sqlite db that is stored in a file? (not an in memory one because that would be reset everytime?) Are you sure you aren't doing your updates in some kind of transaction that remains unfinished for some reason for a long time?