Skip to content

Commit aff164e

Browse files
committed
chore: add TODO item
1 parent 425a720 commit aff164e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/routes.go.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function extractUpdateValues(queryAst) {
5757
.filter(value => value) // filter out nulls
5858
}
5959
60+
// TODO: consider taking into account b.params from WHERE clause
6061
function extractProperties(queryAst) {
6162
if (queryAst.type === 'select') {
6263
return extractSelectParameters(queryAst);

0 commit comments

Comments
 (0)