Skip to content
Snippets Groups Projects
  1. Apr 19, 2024
  2. Apr 17, 2024
  3. Apr 16, 2024
  4. Apr 15, 2024
    • Arseniy Volynets's avatar
    • Denis Smirnov's avatar
      fix: re-implement trim · 6e789fa4
      Denis Smirnov authored
      Previous implementation treated TRIM as an SQL built-in function,
      but in reality it is a special expression in SQL. The main difference
      is that "TRIM" is not a name but a reserved keyword, so it can't
      be wrapped into double quotes. Moreover, if we treat it as a function,
      we need some special hacks to handle a complicated logic in its
      arguments. Now TRIM is a separated expression with a custom parsing
      logic.
      Verified
      6e789fa4
  5. Apr 11, 2024
  6. Apr 10, 2024
  7. Apr 09, 2024
  8. Apr 08, 2024
  9. 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.
      Verified
      b2e52667
  10. Mar 29, 2024
  11. Mar 28, 2024
  12. Mar 26, 2024
  13. Mar 19, 2024
  14. Mar 18, 2024
  15. Mar 15, 2024
  16. Mar 12, 2024
  17. Mar 11, 2024
  18. Mar 07, 2024
Loading