From 6ec7f5bd54407cd68eddf906d8ff5002d02702dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Wed, 2 Jun 2021 12:37:43 +0100 Subject: [PATCH] Update CHANGES again. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1fe4b577a..74a759902 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ Links now support compilation of regular expressions in SQL where clauses, however, only for regular expressions that can be translated to SQL `LIKE` clauses. Consider the following example. -```links +``` # Suppose we had configured two tables as follows # insert staff values (name, dept) # [(name = "Alice", dept = "math"),