From 37afb458b265c9d27ad4439eabfd3b290f83c29c Mon Sep 17 00:00:00 2001 From: YoggieS <61660055+yoggys@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:30:40 +0200 Subject: [PATCH] Create change-pr-1963.md --- .changes/change-pr-1963.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/change-pr-1963.md diff --git a/.changes/change-pr-1963.md b/.changes/change-pr-1963.md new file mode 100644 index 00000000..ce68f4e2 --- /dev/null +++ b/.changes/change-pr-1963.md @@ -0,0 +1,5 @@ +--- +"sql-js": patch +--- + +Fixed incorrect documentation of the select method in the Database class.