5 Commits

Author SHA1 Message Date
Andrew Lamb f9f256ca52 Document SQL literal syntax and escaping (#14934)
* Document SQL literal syntax and escaping

* Add slt test

* fix tab

* fix
2025-02-28 14:40:05 -05:00
Spaarsh 2aff98e002 Added documentation for the Spaceship Operator (<=>) (#14214)
* Added documentation for the Spaceship Operator (<=>)

* Fix Prettier formatting issues

* Added Spaceship Operator (<=>) to the list of Comparision Operators

* Update docs/source/user-guide/sql/operators.md

Co-authored-by: Oleks V <comphead@users.noreply.github.com>

* Update docs/source/user-guide/sql/operators.md

Co-authored-by: Oleks V <comphead@users.noreply.github.com>

---------

Co-authored-by: Oleks V <comphead@users.noreply.github.com>
2025-01-21 08:53:51 -08:00
Chih Wang ae88235617 Fix sphinx warnings (#9142)
* Fix 'Configuration Settings' link in write_options.md

* Fix multiple reference definition in scalar_functions.md

* Fix typo: 'contcat_ws' to 'concat_ws' in scalar_functions.md

* Add missing section 'array_contains' in scalar_functions.md

* Fix reference warnings in operators.md

* Remove unsupported syntax 'csv' from code blocks of adding-udfs.md

* Fix syntax tag in example-usage.md

* Change syntax tag of code blocks that contain multiple syntaxes of
cli.md

* Remove 'sql' syntax tags from code blocks

* Remove leading ❯ in sql code blocks
2024-02-09 16:01:26 -05:00
Marko Grujic bd38142de4 Add support for Postgres LIKE operators (#8894)
* Add support for PG LIKE operators

* Bump sqlparser dep from branch to merge commit
2024-01-26 06:02:15 -05:00
spaydar 0ad64734d6 Operators documentation (#7264)
* chore: add .python-version to gitignore

* docs: Operators initial commit

* docs: comparison operators

* docs: logical and bitwise operators

* docs: other operators

* docs: add output for example queries

* docs: remove EOF newline for prettier

* docs: add output for array containment examples
2023-08-13 08:10:22 -04:00