You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix text_normalize SQL bug: resolve duplicate WHERE clause issue
🐛 CRITICAL BUG FIX:
- Fixed duplicate WHERE clause in text_normalize function
- Query was generating: FROM table WHERE condition WHERE column IS NOT NULL
- Now properly combines WHERE conditions with AND operator
- Improved rowid handling for better table compatibility
- Changed UPDATE strategy to use content matching for safety
✅ TESTING CONFIRMED:
- text_normalize now works correctly with where_clause parameter
- All 8 text processing tools fully functional
- Server stable with 67 total tools
SQLite MCP Server v2.2.0 text processing implementation is now bug-free!
0 commit comments