Skip to content

feat: set interactive sql executor to pico.sql

Alexander Kurdakov requested to merge support_distributed_sql_in_console into master

Summary

Change of \set language sql output executor from box.execute, to pico.sql. This allows to execute sql in interactive cosnsole on cluster, instead of local instance.

Closes #334 (closed)

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if API docs changed) A follow-up doc issue is created in picodata/docs and linked here
Edited by Alexander Kurdakov

Merge request reports