CHANGELOG.md in real_data_tests-0.3.8 vs CHANGELOG.md in real_data_tests-0.3.9
- old
+ new
@@ -1,6 +1,14 @@
## [Unreleased]
+## [0.3.9] - 2025-01-14
+### Fixed
+- Enhanced SQL statement parsing in native loader
+ - Improved handling of complex ON CONFLICT clauses with multiple closing parentheses
+ - Fixed spacing issues between VALUES and ON CONFLICT clauses
+ - Enhanced regex pattern for more precise conflict clause extraction
+ - Added proper statement reassembly for complex SQL structures
+
## [0.3.8] - 2025-01-14
### Fixed
- Enhanced SQL statement parsing in native loader
- Improved handling of complex ON CONFLICT clauses with multiple closing parentheses
- Fixed spacing issues between VALUES and ON CONFLICT clauses
\ No newline at end of file