deanzxl

Results 4 issues of deanzxl

Hello, When I use wireguard-nt to manage my local wiregaurd adapter, sometimes the tunnel cannot be destroied, the Internet Connect has several unusable adapters like "Wireguard Tunnel #1"、"Wireguard Tunnel #2"、"Wireguard...

### Issue Type CCL ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell 目前使用的scql版本是0.5.0b2。现在需要连接指定数据库,只能通过odbc方式进行连接,修改了engine/bazel/poco.BUILD,将ENABLE_DATA_ODBC设置为ON,其余未动,提前在编译镜像中通过yum install unixODBC,unixODBC-devel安装了编译所需要的库以及头文件,运行scql-engine的编译时报错,提示如下: /root/.cache/bazel/_bazel_root/eceb46742416a02f6a0f8d92bc74468c/sandbox/processwrapper-sandbox/121/execroot/scql/external/org_pocoproject_poco/Data/ODBC/include/Poco/Data/ODBC/Unicode.h:31:10: fatal error: sqlext.h:...

no-issue-activity

### Issue Type CCL ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell 目前使用broker和engine使用达梦数据库源,查询scql要求将数据库名,表名,字段名包含双引号,否则默认转换为大写导致查询出错,broker提交查询sql时,解析的执行计划里面数据库名,表名,字段名能否包含双引号? ```

Nowadays I meet a strange problem, when I use the gunicorn with uvicorn.workers.UvicornWorker to start my project, one or more Worker will TIMEOUT and restart my the mater, the logs...