Trying to do an update I get a token unknown on the following: ds.update(w, 'winename', 'some') This works: ds.update(w, 'winename', '\'some\'') I think ORM should by default retain the quotes, or am I missing something? See you Werner