CHANGELOG.md in real_data_tests-0.3.7 vs CHANGELOG.md in real_data_tests-0.3.8
- old
+ new
@@ -1,6 +1,14 @@
## [Unreleased]
+## [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
+ - Enhanced regex pattern for more precise conflict clause extraction
+ - Added proper statement reassembly for complex SQL structures
+
## [0.3.7] - 2025-01-14
### Fixed
- Corrected SQL value handling in native loader
- Fixed boolean value handling, particularly at the end of VALUES clauses
- Improved handling of NULL values and numbers
\ No newline at end of file