solop-develop / adempiere-grpc-server

ADempiere gRPC Server example of integration
GNU General Public License v2.0
0 stars 9 forks source link

fix: Inexistent column as key filer. #750

Closed EdwinBetanc0urt closed 4 months ago

EdwinBetanc0urt commented 4 months ago

When sending a filter that does not exist as undefined, an sql error is generated because the filter key is not present as a column.

This validation was already present in smart browsers.