mysql-native v2.1.0-rc1: New features

Suliman evermind at live.ru
Sun Feb 25 07:01:51 UTC 2018


What about string interpolation like:

conn.exec("INSERT INTO table_name VALUES ({i}, {s})"); ?

Instead of:
conn.exec("INSERT INTO table_name VALUES (?, ?)", i, s);


More information about the Digitalmars-d-announce mailing list