|
|
|
|
|
by masklinn
416 days ago
|
|
Using a t-string in a db.execute which is not compatible with t-strings will result in an error. Using a t-string in a db-execute which is, should be as safe as using external parameters. And using a non-t-string in that context should (eventually) be rejected. |
|