|
|
|
|
|
by crazygringo
418 days ago
|
|
For sqlite3, it absolutely takes a regular string. If you want to substitute parameters, you put a '?' in the string for each one, and provide an additional (optional) tuple parameter with the variables. So no, there's no explicitly unsafe function. That's my point. |
|