franklwel1990

Results 6 comments of franklwel1990

是的不支持,三方mysql库连kingshard库都报这个错INSERT INTO `task_record` (`id`,`jobName`,`keyId`,`createdTime`) VALUES (?, ?, ?, ?) ERROR 1146 (42S02): Table 'report.task_record' doesn't exist 如果改写成SELECT * FROM test_shard_month WHERE id IN (1,2,3) 就正常。

准确的说查询分表的预处理语句是不支持的,不分表的预处理是正常的。 fengdangxing 于 2020年8月3日周一 上午9:19写道: > 预处理的不支持吗 > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > ,...

可以先转成不带?号的普通SQL语句也是一样正常能用的,这个bug有时间再修复一下,不影响正常使用,它的分表,读写分离,并发还是挺不错的 fengdangxing 于 2020年8月3日周一 上午9:50写道: > 这样php 框架的 就很难使用 > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub...

我遇到同样的问题::Error 1105: connection was bad

这是kingshared分表都都不支持预处理语句,也就是sql中带问号的?

我遇到同样的问题:Error 1105: connection was bad