|
|
|
|
|
by woodrowbarlow
418 days ago
|
|
nitpicking: > It's not just a one character difference, it's a different type. So `db.execute` can reject strings both statically and dynamically. in this case, that's not actually helpful because SQL statements don't need to have parameters, so db.execute will always need to accept a string. |
|