qinguoyi / TinyWebServer

:fire: Linux下C++轻量级WebServer服务器
Apache License 2.0
15.85k stars 3.81k forks source link

sql_connection_pool.cpp文件中的一个问题? #227

Open taixuanweiyang opened 1 year ago

taixuanweiyang commented 1 year ago

sql_connection_pool.cpp文件中第29行 m_Port = Port; 将int类型的Port直接赋值给string类型的m_Port???

zhaoyangcoding commented 7 months ago

将int赋值给string是有问题的,亲测int值会被转换成对应的ASCII字符