How to concat UUID into a SQL query string to MariaDB
Jani Hur
spam at com.invalid
Tue Aug 27 08:30:50 UTC 2019
On Tuesday, 27 August 2019 at 08:08:05 UTC, Anders S wrote:
> Any ideas?
+ is not a string concatenation. Try ~ instead:
auto x = "aa" ~ "bb" ~ "cc";
More information about the Digitalmars-d-learn
mailing list