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

Diego/fix comments query #223

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Diego/fix comments query #223

merged 2 commits into from
Feb 28, 2024

Conversation

diegoalzate
Copy link
Contributor

@diegoalzate diegoalzate commented Feb 28, 2024

removes 500 error querying comments

error:

Error getting comments:  PostgresError: syntax error at or near ""users""
    at ErrorResponse (/Users/diegoalzate/Code/work/lexicon/pluraltools-backend/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:790:26)
    at handle (/Users/diegoalzate/Code/work/lexicon/pluraltools-backend/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:476:6)
    at Socket.data (/Users/diegoalzate/Code/work/lexicon/pluraltools-backend/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:315:9)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:545:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:495:3)
    at Readable.push (node:internal/streams/readable:375:5)
    at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
  severity_local: 'ERROR',
  severity: 'ERROR',
  code: '42601',
  position: '68',
  file: 'scan.l',
  line: '1241',
  routine: 'scanner_yyerror'
}

@diegoalzate diegoalzate added the bug Something isn't working label Feb 28, 2024
@diegoalzate diegoalzate self-assigned this Feb 28, 2024
@diegoalzate diegoalzate changed the base branch from main to develop February 28, 2024 16:25
Copy link
Collaborator

@MartinBenediktBusch MartinBenediktBusch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@diegoalzate diegoalzate merged commit 2ee9340 into develop Feb 28, 2024
3 checks passed
@diegoalzate diegoalzate deleted the diego/fix-comments-query branch February 28, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants