Chance-fyi / hyperf-database-sqlserver

Add Sql Server support to Hyperf
MIT License
2 stars 0 forks source link

偶发性错误 #1

Open ywpusevpn opened 1 month ago

ywpusevpn commented 1 month ago

php:8.2 hyperf:3.1 定时任务环境。 SQLSTATE[HY010]: Function sequence error: [unixODBC][Driver Manager]Function sequence error。SQLExecute[0] at /root/swoole-5.1.4/thirdparty/php81/pdo_odbc/odbc_stmt.c:253。

触发条件:select top 1 * from [Com].[Departments] where ([OrderNum] = 'D007.02.01.01,D007.02.01.02,D007.02.01.03,D007.02.01.03.01' and [IsDeleted] = 0)

Chance-fyi commented 1 month ago

可以提供一个可复现的环境和代码吗