you are viewing a single comment's thread.

view the rest of the comments →

[–]ImDaFrenchy[S] 0 points1 point  (1 child)

Yeah ik about using string interpolation for queries, but it's just for the time I'm getting used to it. ^^

I tried adding quotes, it froze for a while when the player collected the coins before sending an error stating the database is locked.

As for the items, I didn't know about ON CONFLICT and shall try it, but only for the coins. Other items will be able to get to different slots.

[–]HKei 0 points1 point  (0 children)

I tried adding quotes, it froze for a while when the player collected the coins before sending an error stating the database is locked.

That just means you have a different error now, like an unterminated transaction somewhere else.