Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: SQL error with filters. #5

Merged

Conversation

EdwinBetanc0urt
Copy link
Contributor

Request

curl 'http://spdev01.solopapp.com:24610/api/report-engine/reports/145?filters=[%7B%22name%22:%22IsSOTrx%22,%22operator%22:%22equal%22,%22values%22:true%7D,%7B%22name%22:%22DaysDue%22,%22operator%22:%22between%22,%22values%22:-99999%7D]&page_size=15&page_token=1&is_summary=true' \
  -H 'Accept: application/json, text/plain, */*' \
  -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiIyMDIyNzY5IiwiQURfQ2xpZW50X0lEIjoxMDAwMDAxLCJBRF9PcmdfSUQiOjAsIkFEX1JvbGVfSUQiOjEwMDAwMDIsIkFEX1VzZXJfSUQiOjEwMDEyMTIsIk1fV2FyZWhvdXNlX0lEIjowLCJBRF9MYW5ndWFnZSI6ImVzX01YIiwiaWF0IjoxNzI1MTI5MTk3LCJleHAiOjE3MjUyMTU1OTd9.VDfIeAHnlk4ZrsOZU-_IA2iq0Aj0AUKiqkO1tRD-2i8'

Error

{
	"code": 13,
	"message": "org.postgresql.util.PSQLException: The column index is out of range: 1, number of columns: 0., SQL=SELECT COUNT(*)  FROM RV_OpenItem",
	"details": []
}

@yamelsenih yamelsenih merged commit bf69961 into adempiere:main Aug 31, 2024
1 check passed
@EdwinBetanc0urt EdwinBetanc0urt deleted the bugfix/sql-error-with-filters branch December 9, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants