Skip to content
Snippets Groups Projects
  • Arseniy Volynets's avatar
    745e9589
    feat(sql): support UNION · 745e9589
    Arseniy Volynets authored and Denis Smirnov's avatar Denis Smirnov committed
    - 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`
    745e9589
    History
    feat(sql): support UNION
    Arseniy Volynets authored and Denis Smirnov's avatar Denis Smirnov committed
    - 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`