Skip to content
Snippets Groups Projects

feat(sql): support UNION

Merged Arseniy Volynets requested to merge volynets/union into master
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 745e9589
    feat(sql): support UNION · 745e9589
    Arseniy Volynets authored
    - update sbroad submodule to commit
    with support of UNION operator
    - add integration tests for global
    tables (sharded tables were tested
    in cartridge tests)
    - Usage:
    
    `select a from t union select b from t2`
Loading