added
December 26, 2024 (v0.2.28..29)
December 26th, 2024
Highlights
- Enhanced Function Support: Added multiple signatures capability for Functions, UDFs, and UDAs
- Improved Data Validation: Added JSON Schema validation for JsonType columns
- Enhanced Database Reliability: Changed SQL Engine isolation level to 'REPEATABLE READ'
Enhancements Development & Infrastructure
- Added ifexists parameter to create* APIs for better control
- Improved DataFrame docstrings for better documentation
- Fixed indexed column loading for views
- Enhanced type validation by preventing bool literals in int columns
- Improved handling of index name conflicts
Documentation & Examples
- Updated Discord Bot documentation
- Added Gemini integration examples
Fixes
- Fixed assertion in ReloadTester
- Resolved pgserver-related issues for Docker and windows setup