update and CONCAT

Mark <[email protected]>
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
How would I do this in SQLObject? 

UPDATE
    Table
SET
    some_text = CONCAT(some_text, 'text')
WHERE
    id = 57

Is it just

table = Table.get(57)
table.some_text = table.some_text + "text"






------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.