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

Improve logging for query parse error in ApplyConstructModule #241

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blcham
Copy link
Contributor

@blcham blcham commented Jul 5, 2024

Resolves #231

@blcham blcham changed the title [#231] Improve logging for query parse error in ApplyConstructModule Improve logging for query parse error in ApplyConstructModule Jul 5, 2024
@blcham blcham mentioned this pull request Jul 5, 2024
@MSattrtand
Copy link
Collaborator

I've changed all calls to ARQFactory.get().createCommandString() so they'll pass through our createQuery function everywhere.
I have extended log outputs - they will now also show the Class and Method that call the createQuery function before it gets an exception.
Log will now output query without prefixes.

@blcham
Copy link
Contributor Author

blcham commented Jul 9, 2024

LGTM, just please try to fulfill A/C (acceptance criteria) defined in #231 (comment) (i.e. I would like to see how it looks in the log)

@blcham blcham force-pushed the 231-improve-query-parse-error-logging branch 2 times, most recently from cd2a0bb to cf87630 Compare July 15, 2024 16:30
@blcham blcham force-pushed the 231-improve-query-parse-error-logging branch from cf87630 to 744a106 Compare July 17, 2024 11:58
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.

Parse error for queries is not specific enough
2 participants