Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

feat: align debug behaviour with cap standard #359

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

gregorwolf
Copy link
Contributor

No description provided.

@gregorwolf gregorwolf requested a review from vobu November 9, 2022 13:13
@@ -103,8 +103,7 @@ async function executePlainSQL(dbc, rawSql, rawValues) {
values: rawValues
})

DEBUG && DEBUG('sql > ', sql)
DEBUG && values && values.length > 0 && DEBUG('values > ', values)
Copy link
Collaborator

Choose a reason for hiding this comment

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

not sure whether we need to take values into account...did you check the runtime output for that?

lib/pg/execute.js Show resolved Hide resolved
@vobu vobu merged commit ffe84a3 into sapmentors:main Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants