Interpolated strings and SQL

Nickolay Bukreyev buknik95 at ya.ru
Tue Jan 9 08:22:49 UTC 2024


On Tuesday, 9 January 2024 at 07:30:57 UTC, Nickolay Bukreyev 
wrote:
> However, it is not hard to adjust `execi` so that it fully 
> supports nested istrings:

Shame on me. `segregatedInterpolations(Args...)` should end with 
this:

```d
result ~= Span(processedTill, Args.length, true);
return result;
```


More information about the Digitalmars-d mailing list