Skip to content
Snippets Groups Projects
  1. Apr 13, 2023
  2. Apr 11, 2023
  3. Apr 05, 2023
  4. Apr 04, 2023
  5. Mar 30, 2023
  6. Mar 23, 2023
  7. Mar 20, 2023
  8. Mar 15, 2023
    • ms.evilhat's avatar
      fix(test): fix flaky test on cluster with replication · b67a8100
      ms.evilhat authored
      tarantool uses async replication by default, and it is possible to try selecting from a replica that does not have the space or the data yet, which can cause flaky tests
      now, we configure storage replicaset and enable sync replication for spaces to work with
      Closes #369
      b67a8100
  9. Mar 10, 2023
  10. Mar 09, 2023
  11. Feb 28, 2023
  12. Feb 27, 2023
  13. Feb 20, 2023
  14. Feb 15, 2023
  15. Feb 14, 2023
  16. Feb 08, 2023
  17. Feb 07, 2023
    • ms.evilhat's avatar
      feat: add arithmetic expressions to projection · 38262373
      ms.evilhat authored
      we need to support arbitrary expressions consisting of logical, comparison and arithmetic operations and as sub-expression of aggregates. previously we added arithmetic exprs to selection ans join. this commit supports arithmetic (and only arithmetic) as a part of projection
      38262373
Loading