8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
post put delete 和 远程函数是属于同一个事务吗?当配置了远程函数在post后执行时:如果是同一个事务,先执行了 insert into a,后在远程函数中select a 查询不到呢。