multithreaded server

This commit is contained in:
udo
2021-12-05 00:24:57 +00:00
parent 0262e33653
commit f77581114c
26 changed files with 2063 additions and 206 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RENDER()
<label>MySQL Connection</label>
<pre><?
string query = "SELECT * FROM :table WHERE x = :val";
String query = "SELECT * FROM :table WHERE x = :val";
StringMap params;
params["table"] = "TableName";
params["val"] = "Dubious\\Value'Name\nwith;breaks";