Created
March 13, 2013 06:37
-
-
Save mookid8000/5149813 to your computer and use it in GitHub Desktop.
Any reason why this yields NULL in `SomeIntegerColumn` in the database?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sqlReplicate('SomeTable', { | |
Id: documentId, | |
SomeIntegerColumn: 23 | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it should be
because the signature of
sqlReplicate
is(tableName, documentKeyColumnName, map)