An Tao

Results 274 comments of An Tao

需要新的PR支持SSL,#2367

> > 需要新的PR支持SSL,[#2367](https://github.com/drogonframework/drogon/pull/2367) > > 你的这个修改的pr,我尝试过还是会报错2026错误码问题。于是我自己修改,现在已经不会报错ssl问题了 能做个PR吗,谢谢

如果你是内网环境或者本机连接测试,可以先关闭ssl: ``` [mysqld] ssl=0 ``` 这个问题等我有时间在本地环境复现出来才好排查,抱歉对你造成困扰。

Yes. Drogon supports Postgres 10 or higher. If you find compatibility issues, please let us know, thanks.

You could try to use the ADD_METHOD_VIA_REGEX mecro or the registerMethodViaRegex method, and create a regular expression for matching floating point numbers for your scenario.

> 你好,我也碰到了崩溃的现象,通过DUMP分析也找不出原因,有大牛能帮忙分析一下吗? Drogon信息: Version: 1.9.8 Git commit: [882c1d9](https://github.com/drogonframework/drogon/commit/882c1d9ecd3526d8ef0bcb452a6ffef74e02e91c) Compilation: Compiler: c++ Compiler ID: GNU Compilation flags: -O3 -DNDEBUG -std=c++17 -I/usr/include/jsoncpp -I/usr/local/include Libraries: postgresql: no (pipeline mode: no) mariadb: yes sqlite3:...

最好有必现的代码能在自己的环境里重现跟踪

应该是支持的,等我有时间测测

@bsupnik Thanks for your feedback. Initially, the design of the Drogon framework tried to avoid using exceptions. However, as complexity increased, exceptions were eventually introduced. Therefore, using exceptions instead of...

@bsupnik I noticed that X-Plane is a very famous flight simulation software. Would you be willing to share your project in #1878 ?