Skip to content

Commit 12fb152

Browse files
KyleAMathewsclaude
andcommitted
Add changeset for empty string fix
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent f51987c commit 12fb152

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/electric-db-collection': patch
3+
---
4+
5+
Fix empty string values being incorrectly omitted from SQL query params. Queries like `eq(column, '')` now correctly include the empty string parameter instead of producing a malformed query with a missing `$1` value.

0 commit comments

Comments
 (0)