Claude Code ce921f603d fix: correct SQL query syntax in Workflow A - replace NOT IN with LEFT JOIN for MariaDB compatibility
- Use LEFT JOIN with IS NULL condition instead of NOT IN subquery
- Change GROUP_CONCAT separator from '\n' to ',' (MariaDB syntax)
- Query now successfully returns unprocessed conversations from Freescout DB
- Verified: returns 20 conversations with proper data structure
2026-03-17 10:41:48 +01:00
2026-03-16 16:25:31 +01:00
Description
No description provided
192 KiB
Languages
Shell 74.7%
Python 25.3%