Skip to content
Snippets Groups Projects
  1. Apr 01, 2024
    • Denis Smirnov's avatar
      fix(pest): extend inapplicatable symbols · b2e52667
      Denis Smirnov authored
      Previously we had problems parsing arithmetic operations like `b*b`.
      Because of incorrect handling of the forbidden symbols in the names
      we recognized `b*b` as a column name rather then a multiplication.
      b2e52667
  2. Mar 29, 2024
  3. Mar 28, 2024
  4. Mar 26, 2024
  5. Mar 19, 2024
  6. Mar 18, 2024
  7. Mar 15, 2024
  8. Mar 12, 2024
  9. Mar 11, 2024
  10. Mar 07, 2024
  11. Mar 05, 2024
  12. Feb 26, 2024
  13. Feb 20, 2024
  14. Feb 19, 2024
  15. Feb 06, 2024
  16. Feb 03, 2024
  17. 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
Loading