From: Andrew S. <str...@as...> - 2004-12-24 05:23:10
|
Hi, Should I be able to do something like the following? for row in table: row['y'] = row['x'] + 2 If so, how do I commit these changes to disk? table.flush() doesn't seem to work. It seems like this simple example should be in the tutorial and the unit tests, but I can't find it anywhere. ("How to edit a row") Or maybe rows of tables can't be edited? Cheers! Andrew |