imiphp / imi

imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227
https://www.imiphp.com
Other
1.17k stars 172 forks source link

imi-pgsql的ReplaceBuilder生成update语句错误 #629

Closed wiilruo closed 10 months ago

wiilruo commented 10 months ago

WechatIMG27576

# 如有报错日志请贴到这里
[1] 3219
[2] 3220
PHP 8.2.11 (cli) (built: Sep 30 2023 02:19:08) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.11, Copyright (c) Zend Technologies

swoole

Swoole => enabled
Author => Swoole Team <team@swoole.com>
Version => 5.1.0
Built => Oct  6 2023 16:25:53
coroutine => enabled with boost asm context
epoll => enabled
eventfd => enabled
signalfd => enabled
cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
sockets => enabled
openssl => OpenSSL 3.0.9 30 May 2023
dtls => enabled
http2 => enabled
json => enabled
curl-native => enabled
zlib => 1.2.13
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
mysqlnd => enabled
async_redis => enabled
coroutine_pgsql => enabled

Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.enable_library => On => On
swoole.enable_fiber_mock => Off => Off
swoole.enable_preemptive_scheduler => Off => Off
swoole.display_errors => On => On
swoole.use_shortname => On => On
swoole.unixsock_buffer_size => 8388608 => 8388608
imiphp/imi                         v2.1.57           imi 是一款支持长连接微服务分布式的 PHP 开发框架,可在 ...
imiphp/imi-jwt                     v2.1.13           在 imi 框架中非常方便地接入 jwt
imiphp/imi-migration               2.1.x-dev df0f145 imi 框架数据库迁移组件。imi Migration component.
imiphp/imi-pgsql                   v2.1.31           imi 框架配套的 pgsql 组件
imiphp/imi-phar                    v2.1.13           imi phar component
imiphp/imi-queue                   v2.1.22           imi 框架的队列组件,使用 Redis 作为持久化
imiphp/imi-snowflake               v2.1.8            imi 框架的雪花算法生成组件
imiphp/imi-swoole                  v2.1.44           imi swoole component
phpunit/php-timer                  5.0.3             Utility class for timing
[1]-  Done                    php -v
[2]+  Done                    php --ri swoole
// 你的代码