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

Clickhouse fix #698

Merged
merged 3 commits into from Feb 17, 2024
Merged

Clickhouse fix #698

merged 3 commits into from Feb 17, 2024

Conversation

jnichols-git
Copy link
Member

Issue 696 was describing an issue with multi-line queries in ClickHouse, where if a query started with SELECT immediately followed by a newline, it would not get cached. The parser previously only looked for SELECT or SELECT (including spaces), so this adds SELECT\n to the list. Also removed a make call that was unused.

Signed-off-by: jnichols <mail@jnichols.info>
Signed-off-by: jnichols <mail@jnichols.info>
Signed-off-by: jnichols <mail@jnichols.info>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7851474734

  • 0 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • 7 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.04%) to 92.275%

Files with Coverage Reduction New Missed Lines %
pkg/cache/filesystem/filesystem.go 3 97.93%
pkg/cache/bbolt/bbolt.go 4 88.55%
Totals Coverage Status
Change from base Build 7109829312: -0.04%
Covered Lines: 17285
Relevant Lines: 18732

💛 - Coveralls

@jnichols-git
Copy link
Member Author

Runners are really struggling today... Ready for review.

@jranson jranson merged commit 7522d5c into trickstercache:main Feb 17, 2024
5 checks passed
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

3 participants