From 18829914c5bdf377e6cea9e6fc9cf03540bf33f3 Mon Sep 17 00:00:00 2001 From: Oleksii Sholik Date: Wed, 4 Oct 2023 11:40:36 +0300 Subject: [PATCH] Add a changelog entry for the floating point syncing fix --- .changeset/beige-yaks-draw.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/beige-yaks-draw.md diff --git a/.changeset/beige-yaks-draw.md b/.changeset/beige-yaks-draw.md new file mode 100644 index 0000000000..5bf8c25ed9 --- /dev/null +++ b/.changeset/beige-yaks-draw.md @@ -0,0 +1,5 @@ +--- +"electric-sql": patch +--- + +[VAX-1078] Fix the issue where the client was unable to sync local writes of whole numbers to float columns.