|
|
|
|
|
by sanderjd
428 days ago
|
|
This is just extra boilerplate though, for what purpose?. I think one thing you might be missing is that in the t-string version, `db.execute` is not taking a string; a t-string resolves to an object of a particular type. So it is doing your `db.safe` operation, but automatically. |
|