使用SQuirrel连接phoenix upsert语句不生效

squirrel默认使用自动提交,当执行upsert时并不会生效,需要手动commit,如图:
SQuirrel连接phoenix upsert语句不生效问题
将toggle auto commit 的√去掉,每次执行完upsert,手动commit。

相关文章:

  • 2021-10-17
  • 2021-12-08
  • 2021-06-06
  • 2022-12-23
  • 2021-10-28
  • 2021-11-28
  • 2021-09-02
  • 2022-01-22
猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-05-25
  • 2021-04-29
  • 2021-12-23
相关资源
相似解决方案