We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03bfc9 commit c3c15c9Copy full SHA for c3c15c9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.0.1 - 2025-09-11
4
+
5
+### Fixed
6
+- Implemented robust SQL identifier quoting to prevent syntax errors with JSON keys containing special characters (e.g., double quotes).
7
8
## v1.0.0 - 2025-09-11
9
10
### Added
@@ -12,4 +17,4 @@
12
17
- Cross-platform build support (macOS, Linux, Windows) via `Makefile`.
13
18
- macOS Universal Binary support.
14
19
- Dynamic versioning from Git tags.
15
-- Comprehensive `README.md` (English) and `README.ja.md` (Japanese) documentation.
20
+- Comprehensive `README.md` (English) and `README.ja.md` (Japanese) documentation.
0 commit comments