Skip to content

chore: replace var with const in md files #3446

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

Merged
merged 2 commits into from
Apr 28, 2025

Conversation

DavideViolante
Copy link
Contributor

No description provided.

@DavideViolante DavideViolante requested a review from hjr3 as a code owner April 28, 2025 08:42
@charmander charmander merged commit 93aa1ba into brianc:master Apr 28, 2025
6 checks passed
var rows = client.querySync('SELECT $1::text as twitter_handle', ['@briancarlson'])
console.log(rows[0].twitter_handle) //@briancarlson
// parameterized queries
const rows = client.querySync('SELECT $1::text as twitter_handle', ['@briancarlson'])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note: these examples can’t run all together anymore.

@DavideViolante DavideViolante deleted the replacevarinreadme branch April 28, 2025 11:59
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.

2 participants