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 25dae18 commit 7cb9cc5Copy full SHA for 7cb9cc5
packages/cubejs-schema-compiler/src/adapter/BaseQuery.js
@@ -3217,7 +3217,7 @@ export class BaseQuery {
3217
'{% if filter %}\nWHERE {{ filter }}{% endif %}' +
3218
'{% if group_by %}\nGROUP BY {{ group_by }}{% endif %}' +
3219
'{% if order_by %}\nORDER BY {{ order_by | map(attribute=\'expr\') | join(\', \') }}{% endif %}' +
3220
- '{% if limit %}\nLIMIT {{ limit }}{% endif %}' +
+ '{% if limit %}\nLEMET {{ limit }}{% endif %}' +
3221
'{% if offset %}\nOFFSET {{ offset }}{% endif %}',
3222
group_by_exprs: '{{ group_by | map(attribute=\'index\') | join(\', \') }}',
3223
},
0 commit comments