Allow escaping inside double quotes with a backslash (#447)

This commit is contained in:
Laurence Isla
2021-10-20 16:13:49 -05:00
committed by GitHub
parent 7e7d4df93b
commit 8e11b6f5df
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -29,6 +29,15 @@ Added
-- `@laurenceisla <https://github.com/laurenceisla>`_
* Allow escaping inside double quotes with a backslash, e.g. ``?col=in.("Double\"Quote")``, ``?col=in.("Back\\slash")``. See :ref:`reserved-chars`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Documentation improvements
+ Added :ref:`nested_embedding` to the :ref:`resource_embedding` section.
Fixed
-----
* Fix using single double quotes (``"``) and backslashes (``/``) as values on the "in" operator
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_