- Add WHERE item_active filter to show only active unused items
- Remove Status column from query and table widget
- Add widget binding guidance to AGENTS.md (NUMBER inputs
cannot use NULLIF pattern due to prepared statement typing)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NULLIF(int, '') fails when prepared statements type the parameter
as integer. Use direct cast since NUMBER input always has a value.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Re-add NULLIF/COALESCE pattern for UnusedDays.text input filter
now that the base query is confirmed working.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove UnusedDays.text widget reference and dynamicBindingPathList
to test whether the base query works against the datasource.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>