node-orm2
node-orm2 copied to clipboard
Redshift - keynames is not defined
Trying to insert item with redshift fails because of variable name error.
redshift.js (line 27)
if (keyNames.length == 1) {
should be: if (keyProperties.length == 1) {
+1
+1; Core functionality is broken. This should be prioritized;
Pull requests welcome, ideally with tests.