Skip to content
Snippets Groups Projects
  1. Sep 17, 2024
    • Arseniy Volynets's avatar
      feat: support like operator · e7999cee
      Arseniy Volynets authored
      - Support like operator with signature:
      
      expr1 LIKE expr2 [ESCAPE expr3]
      
      which returns TRUE only if expr1 matches the
      string specified by expr2 (pattern). '_' in
      pattern matches any single character, '%'
      matches any character 0 or more times. All
      other characters match itself according to
      case.
      
      - Optional escape clause specifies character
      to use for escaping '_' and '%'
      e7999cee
  2. Sep 13, 2024
  3. Sep 10, 2024
  4. Sep 06, 2024
  5. Aug 26, 2024
  6. Aug 22, 2024
  7. Aug 20, 2024
  8. Aug 09, 2024
  9. Aug 08, 2024
  10. Aug 07, 2024
  11. Aug 05, 2024
  12. Jul 12, 2024
  13. Jun 28, 2024
  14. Jun 07, 2024
  15. Jun 04, 2024
  16. May 14, 2024
  17. May 06, 2024
  18. May 03, 2024
  19. Apr 19, 2024
  20. Apr 17, 2024
  21. Apr 16, 2024
  22. Apr 15, 2024
  23. Apr 10, 2024
  24. Apr 09, 2024
  25. Mar 26, 2024
  26. Mar 19, 2024
  27. Mar 15, 2024
  28. Mar 12, 2024
  29. Mar 11, 2024
Loading