top | item 43750427 (no title) Tenoke | 10 months ago The article talked about it but the example here just assumes they'll be there. discuss order hn newest sanderjd|10 months ago What do you mean by "they"? You mean the template interpolation functions?Yes, the idea is that by having this in the language, library authors will write these implementations for use cases where they are appropriate. Tenoke|10 months ago The sanitization. Just using a t-string in your old db.execute doesn't imply anything safer is going on than before. load replies (2) masklinn|10 months ago Because t-strings don't create strings, so if the library doesn't support t-strings the call can just error.
sanderjd|10 months ago What do you mean by "they"? You mean the template interpolation functions?Yes, the idea is that by having this in the language, library authors will write these implementations for use cases where they are appropriate. Tenoke|10 months ago The sanitization. Just using a t-string in your old db.execute doesn't imply anything safer is going on than before. load replies (2)
Tenoke|10 months ago The sanitization. Just using a t-string in your old db.execute doesn't imply anything safer is going on than before. load replies (2)
masklinn|10 months ago Because t-strings don't create strings, so if the library doesn't support t-strings the call can just error.
sanderjd|10 months ago
Yes, the idea is that by having this in the language, library authors will write these implementations for use cases where they are appropriate.
Tenoke|10 months ago
masklinn|10 months ago