Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Feb 02, 2024
    • Arseniy Volynets's avatar
      feat: support pg like parameters · 47c25b83
      Arseniy Volynets authored
      - support parameters in form of $n like in postgres
      - parameters are numbered from 1
      - can't use both tarantool (?) and pg-like ($n) params
      in one query
      47c25b83
  3. Jan 26, 2024
  4. Dec 29, 2023
  5. Dec 12, 2023
    • Arseniy Volynets's avatar
      feat: support union all with global tbls · 4cb04bfc
      Arseniy Volynets authored
      - add support for queries that use
      union all operator with global tables
      - for the case when global table is
      used against sharded table, the global
      table is materialized only on single
      storage, on all other storages the
      global child of union all is not
      materialized
      4cb04bfc
  6. Nov 27, 2023
  7. Oct 31, 2023
  8. Oct 26, 2023
  9. Oct 19, 2023
  10. Sep 27, 2023
  11. Sep 25, 2023
  12. Sep 22, 2023
  13. Aug 22, 2023
  14. Aug 09, 2023
    • Denis Smirnov's avatar
      feat!: implement delete operator · 652ca1dc
      Denis Smirnov authored
      BREAKING CHANGE!: local motion now means local materialization
      of results on the storage without bucket calculation. The old
      logic of "do nothing" was moved into none motion.
      
      Implement delete SQL operator. It is always executed locally as we
      delete already existing tuples and never change tuple buckets.
      We reinvent the logic of the local motion policy (see the desclamer
      in this commit) and materialize the primary keys from projection on
      the storage. Then they are removed from the space via space API in
      a single local transaction.
      Verified
      652ca1dc
    • Alexander Tolstoy's avatar
      feat: add DQL to query.ebnf · 0b6d26cb
      Alexander Tolstoy authored and Denis Smirnov's avatar Denis Smirnov committed
      0b6d26cb
  15. Aug 02, 2023
  16. Jul 31, 2023
  17. May 18, 2023
  18. May 10, 2023
  19. Apr 13, 2023
  20. Mar 09, 2023
  21. Oct 26, 2022
  22. Oct 21, 2022
  23. Aug 10, 2022
  24. Aug 05, 2022
  25. Jul 26, 2022
  26. Apr 07, 2022
Loading