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 request_ts_micro typo #495

Merged
merged 1 commit into from Feb 25, 2024
Merged

Fix request_ts_micro typo #495

merged 1 commit into from Feb 25, 2024

Conversation

Fayne
Copy link
Contributor

@Fayne Fayne commented Feb 25, 2024

Dear package owner,

I think there is a typo here. Could you please review my commit and merge it? Thanks a lot.

@glensc glensc changed the title 👍 fixed a typo Fix request_ts_micro typo Feb 25, 2024
@glensc glensc added this to the 0.22.1 milestone Feb 25, 2024
@glensc glensc changed the base branch from 0.23.x to 0.22.x February 25, 2024 12:15
@glensc glensc merged commit eeccf65 into perftools:0.22.x Feb 25, 2024
0 of 13 checks passed
@Krinkle
Copy link
Contributor

Krinkle commented Feb 25, 2024

For the benefit of seach and discovery for others - this typo causes a SQL error on the /xhgui/custom/help route, with an error message like this one:

Slim Application Error:

Type: PDOException
Code: 42S22
Message:
  SQLSTATE[42S22]: Column not found: 1054
  Unknown column 'request_ts_micro,' in 'field list'
File: /srv/xhgui/src/Db/PdoRepository.php
Line: 58

Trace:
#0 /srv/xhgui/src/Db/PdoRepository.php(58): PDO->query()
#1 /srv/xhgui/src/Searcher/PdoSearcher.php(26): XHGui\\Db\\PdoRepository->getLatest()

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