monacousa-portal/server
Matt 0688c23093
Build And Push Image / docker (push) Successful in 3m20s Details
fix(events): Convert NocoDB query syntax from SQL-like to v2 API format
- Updated all where clauses to use NocoDB v2 syntax: (field,operator,value)
- Changed SQL-like syntax (field >= 'value' AND field = 'value') to v2 format
- Fixed date range queries: (start_datetime,gte,date) and (start_datetime,lte,date)
- Fixed equality queries: (status,eq,active) instead of (status = 'active')
- Fixed AND/OR logic: ~and() and ~or() syntax for complex conditions
- Updated findEventRSVPs, findUserRSVP, and findUserEvents methods
- Fixed RSVP queries to use proper v2 format for member and event matching

This should resolve the 422 Unprocessable Entity errors that were caused by
using deprecated SQL-like syntax with the v2 API endpoints.
2025-08-12 13:15:06 +02:00
..
api fixes 2025-08-12 12:53:05 +02:00
plugins Implement dynamic admin configuration system for NocoDB settings 2025-08-07 20:18:28 +02:00
templates Fix email template compatibility and enhance user dashboard 2025-08-11 16:26:51 +02:00
utils fix(events): Convert NocoDB query syntax from SQL-like to v2 API format 2025-08-12 13:15:06 +02:00