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 b29d9df commit ca58cfcCopy full SHA for ca58cfc
src/common/vpBind.js
@@ -927,7 +927,7 @@ define([
927
//================================================================
928
// On columns
929
930
- code.appendFormat(', on=[{0}]', on.map(col => col.code));
+ code.appendFormat(', on=[{0}]', merge.on.map(col => col.code));
931
} else {
932
//====================================================================
933
// Left & Right On columns
0 commit comments