The transaction function takes a sql string and then params. The nil I guess is a copy paste error from a normal sql.Exec function call.
Tested and works.
The transaction function takes a sql string and then params. The nil I guess is a copy paste error from a normal sql.Exec function call.
Tested and works.
Signed-off-by: Will Andrews <will7989@hotmail.com>
Seems to be working all ok without the locking ๐
oh huh i think i never actually pushed my changes to my knot...keeping things in sync across here and github is hard lol
anyway, there's no more locking in the database wrapper here, and the code got simplified a lot. might be worth making sure that it didn't break again after i just pushed up the changes here