On Monday, 23 March 2020 at 15:15:12 UTC, Anders S wrote: > I'm creating a connection to the db and conn.exec(sql) It depends on the library but it is almost always easier to do it right than to do it the way you are. like with my lib it is db.query("update celldata set name = ?", new_name);