Bug 35494

Summary: SQL auto-complete should not be triggered by closing a quotation or parentheses
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: lisette
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 32613    
Bug Blocks:    

Description Andrew Fuerste-Henry 2023-12-05 17:38:31 UTC
To recreate:
- create a new report from SQL
- Type 'test' (including the single quotation marks)
- observe that the auto-complete popup appears when you type the closing quotation mark
- type "test" and see it does the same with double quotation marks

This is really unhelpful. If I'm quote-wrapping something, it's because it's a string rather than a field.
Comment 1 Andrew Fuerste-Henry 2023-12-05 21:01:19 UTC
Update to add that is also pops up the autocomplete when closing a parentheses, and that's possibly even less helpful.