We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c290 commit 40c517fCopy full SHA for 40c517f
lib/dialects/postgresql/templates.js
@@ -34,7 +34,7 @@ module.exports = function(dialect) {
34
}
35
});
36
37
- // patch parent select to add some blocks
+ // patch parent select template to add some blocks
38
var selectTemplate = dialect.templates.get('select');
39
selectTemplate.pattern = selectTemplate.pattern.replace('{distinct}', '{distinct} {distinctOn}');
40
0 commit comments