From 680538377443636d9baca14a183af2beb2246fa5 Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Mon, 7 Oct 2024 10:53:50 +0100 Subject: [PATCH] update changelog --- changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog b/changelog index a834a14..8d40d5e 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,11 @@ parse errors switch tests to hspec improve parse error messages + * and x.* change to only parse in limited expression contexts + support sqlite 'without rowid' + make types in columndefs optional + allow column constraints and defaults to be in arbitrary order + partially support parentheses at query expression level (some nested parens don't parse yet) 0.7.1 fix error message source quoting 0.7.0 support autoincrement for sqlite support table constraints without separating comma for sqlite