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 7b1f797 commit 39eeccfCopy full SHA for 39eeccf
packages/cubejs-schema-compiler/src/adapter/BaseQuery.js
@@ -577,9 +577,9 @@ export class BaseQuery {
577
}
578
579
/**
580
- * Returns an array of SQL query strings for the query.
+ * Returns a pair of SQL query string and parameter values for the query.
581
* @param {boolean} [exportAnnotatedSql] - returns annotated sql with not rendered params if true
582
- * @returns {Array<string>}
+ * @returns {[string, Array<unknown>]}
583
*/
584
buildSqlAndParams(exportAnnotatedSql) {
585
if (getEnv('nativeSqlPlanner')) {
0 commit comments