Bug 35494 - SQL auto-complete should not be triggered by closing a quotation or parentheses
Summary: SQL auto-complete should not be triggered by closing a quotation or parentheses
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 32613
Blocks:
  Show dependency treegraph
 
Reported: 2023-12-05 17:38 UTC by Andrew Fuerste-Henry
Modified: 2023-12-05 21:01 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.