You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! in src/Services/FileMakerConnection.php would that be possible to move line 744 after line 721 in order to always fire the QueryExecuted event? This should log the query to clockwork even with no results returned. Because now if you get back no results nothing is logged to clockwork and it is difficult to debug the actual query made to filemaker Data API.
The text was updated successfully, but these errors were encountered:
We've actually had some discussions about this internally already. We may add something in there or put a slightly different response in the log when there's an error like that.
Hi! in
src/Services/FileMakerConnection.php
would that be possible to move line 744 after line 721 in order to always fire the QueryExecuted event? This should log the query to clockwork even with no results returned. Because now if you get back no results nothing is logged to clockwork and it is difficult to debug the actual query made to filemaker Data API.The text was updated successfully, but these errors were encountered: