Commit Graph
2 Commits
Author SHA1 Message Date
Brian Abelson 1f77509017 update table.update to perform the same as upsert 2013-08-11 10:40:27 -04:00
Brian Abelson 904e464dfa allow keys arg for upsert to be a string
I want to be able to use `upsert` without formatting the keys arg as a list, ie:
```
table.upsert(new_data, "id")
```
2013-08-10 21:34:00 -04:00