Skip to content

chore: replace var with const in md files#3446

Merged
charmander merged 2 commits into
brianc:masterfrom
DavideViolante:replacevarinreadme
Apr 28, 2025
Merged

chore: replace var with const in md files#3446
charmander merged 2 commits into
brianc:masterfrom
DavideViolante:replacevarinreadme

Conversation

@DavideViolante

Copy link
Copy Markdown
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
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
Copy Markdown
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