Added set-n command to set number attributes
Also added the ability to set subattribes of maps
This commit is contained in:
parent
ed577dc53e
commit
e35855f05c
11 changed files with 223 additions and 194 deletions
|
|
@ -51,7 +51,7 @@ func TestService_Scan(t *testing.T) {
|
|||
|
||||
// Hash first, then range, then columns in alphabetic order
|
||||
assert.Equal(t, rs.TableInfo, ti)
|
||||
assert.Equal(t, rs.Columns, []string{"pk", "sk", "alpha", "beta", "gamma"})
|
||||
assert.Equal(t, rs.Columns(), []string{"pk", "sk", "alpha", "beta", "gamma"})
|
||||
//assert.Equal(t, rs.Items[0], testdynamo.TestRecordAsItem(t, testData[1]))
|
||||
//assert.Equal(t, rs.Items[1], testdynamo.TestRecordAsItem(t, testData[0]))
|
||||
//assert.Equal(t, rs.Items[2], testdynamo.TestRecordAsItem(t, testData[2]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue