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

Fix multi-line query slow pasting issue #1048

Merged
merged 1 commit into from
Nov 21, 2022
Merged

Fix multi-line query slow pasting issue #1048

merged 1 commit into from
Nov 21, 2022

Conversation

aziz-mu
Copy link
Contributor

@aziz-mu aziz-mu commented Nov 18, 2022

Fixed a small issue with pasting multi-line queries. When pasting a multi-line query, if the lines after the first are long enough, it pastes the lines slowly. e.g.

MATCH
(a:person) RETURN a.ID, a.fName, a.workedHours, a.usedNames, a.isStudent, a.isWorker, a.age, a.eyeSight, a.birthdate;

This fix will make copying and pasting files with a lot of cypher statements faster

@aziz-mu aziz-mu merged commit acbbd4b into master Nov 21, 2022
@aziz-mu aziz-mu deleted the multi-line-CLI branch November 21, 2022 14:38
@ray6080 ray6080 changed the title fix multi-line query slow pasting issue Fix multi-line query slow pasting issue Jan 29, 2023
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.

None yet

2 participants